Macro ferrite_session::wait_all
source · [−]macro_rules! wait_all {
( [ $chan:expr $(,)? ],
$cont:expr
) => { ... };
( [ $chan:expr, $( $chans:expr ),* $(,)? ],
$cont:expr
) => { ... };
}
macro_rules! wait_all {
( [ $chan:expr $(,)? ],
$cont:expr
) => { ... };
( [ $chan:expr, $( $chans:expr ),* $(,)? ],
$cont:expr
) => { ... };
}