Allow dependency tasks to run in parallel
Open
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
Assessment
This issue has not been assessed yet.