Documentation

Init.Task

def Task.mapList {α : Type u_1} {β : Type u_2} (f : List αβ) (tasks : List (Task α)) (prio : Priority := Priority.default) (sync : Bool := false) :
Task β

Creates a task that, when all tasks have finished, computes the result of f applied to their results.

Equations
def Task.mapList.go {α : Type u_1} {β : Type u_2} (f : List αβ) (prio : Priority := Priority.default) (sync : Bool := false) :
List (Task α)List αTask β
Equations