Macro may::join

source ·
macro_rules! join {
    (
        $($body:expr),+
    ) => { ... };
}
Expand description

macro used to join all scoped sub coroutines