Functions for manipulating a list of tasks #
IO.waitAny'is a wrapper forIO.waitAnythat also returns the remaining tasks.List.waitAll : List (Task α) → Task (List α)gathers a list of tasks into a task returning the list of all results.
IO.waitAny' is a wrapper for IO.waitAny that also returns the remaining tasks.List.waitAll : List (Task α) → Task (List α) gathers a list of tasks into a task returning
the list of all results.