Macro any_timeout_join

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

Waiting for one of the tasks to be completed.