Macro may::loop_select

source ·
macro_rules! loop_select {
    (
        $($name:pat = $top:expr => $bottom:expr),+
    ) => { ... };
}
Expand description

macro used to select in a infinite loop it never returns, and will run forever