Closed rorticus closed 7 years ago
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.
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 :)