pub fn when_any(tasks: Vec<CompletableTask>) -> WhenAnyTask ⓘExpand description
Wait for any task to complete. Returns the index of the first completed task.
pub fn when_any(tasks: Vec<CompletableTask>) -> WhenAnyTask ⓘWait for any task to complete. Returns the index of the first completed task.