| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…mpty `tasks`-argument
…y-case Improve multiple task handling (`Task.all`/`any`/`some`) in case of empty `tasks`-argument
| Back | FazBrowse Home | New Git URL |
This is an improvement for multiple task handling (Task.all/any/some) to also work for empty tasks case as discussed in #59.
For compatibility, Task.any is using precondition instead to warn users not to pass empty array from the beginning.
(For better typing, we need different signature e.g. public class func any(tasks: [Task]) -> Task<BulkProgress, Value?, Error>)