Skip to main content

join

Macro join 

Source
macro_rules! join {
    ($a:expr, $b:expr $(,)?) => { ... };
    ($a:expr, $b:expr, $($rest:expr),+ $(,)?) => { ... };
}
Expand description

join!(a, b, ...) — wait for all.