Documentation

Batteries.Lean.System.IO

Functions for manipulating a list of tasks #

def List.waitAll {α : Type u_1} (tasks : List (Task α)) :
Task (List α)

Given a list of tasks, create the task returning the list of results, by waiting for each.

Equations
Instances For