google / google/grinder.dart

Allow dependency tasks to run in parallel

Open
#344 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
266
Forks
36
Avg merge
23h 25m
Merged PRs (30d)
2

Description

I'm writing a task library that involves a number of long-running tasks that are highly-parallelizable, such as making HTTP requests. I bundle each action in a single task, but this means that they always run in sequence. I'd like a way to declare that the dependencies for a given task should run in parallel, to increase the throughput of my tasks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.