pub fn when_all(tasks: Vec<CompletableTask>) -> WhenAllTask ⓘExpand description
Wait for all tasks to complete. Fails if any task fails.
pub fn when_all(tasks: Vec<CompletableTask>) -> WhenAllTask ⓘWait for all tasks to complete. Fails if any task fails.