Skip to main content

when_any

Function when_any 

Source
pub fn when_any(tasks: Vec<CompletableTask>) -> WhenAnyTask 
Expand description

Wait for any task to complete. Returns the index of the first completed task.