macro_rules! any_timeout_join {
($time:expr, $($x:expr),+ $(,)?) => { ... };
}Expand description
Waiting for one of the tasks to be completed.
macro_rules! any_timeout_join {
($time:expr, $($x:expr),+ $(,)?) => { ... };
}Waiting for one of the tasks to be completed.