Macro any_join

Source
macro_rules! any_join {
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Waiting for one of the tasks to be completed.