This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Task.all
should have a canceler that cancels all the tasks passed in
#260
Comments
PR at #274 |
I've made the requested changes to #274, and while the build is failing it is not due to any code related to these set of commits. Please let me know if you would like me to revise anything further! |
We need to follow through on this. |
maier49
pushed a commit
to jacobroufa/core
that referenced
this issue
Nov 3, 2017
maier49
pushed a commit
to jacobroufa/core
that referenced
this issue
Nov 3, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling
Task.all(...tasks).cancel()
should callcancel
on each of those tasks that got passed in.Something like this might work, but hasn't really been tested, so use at your own risk :)
The text was updated successfully, but these errors were encountered: