Creates a new Task that instantly produces the given value.
Combines the given tasks and produces a single Task that will run all of them\nin parallel.
Maps the output of a Task with the given closure.
Chains a new Task to be performed once the current one finishes completely.