-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
At the moment tasks can be pipelined to run after some set of promises resolve / fail. However there is no way to race multiple tasks and run another task with a winner of the race in the input.
It may be a good idea to have it out of scope in the initial version, but it also may be a good idea how it can be added in the future as it may inform some of the current design.
Perhaps race should be it's own task which could address the use case at hand, but in that case invocation itself needs to support some OR based task submission.
Metadata
Metadata
Assignees
Labels
No labels