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
macro_rules! loop_select {
(
$($name:pat = $top:expr => $bottom:expr),+
) => { ... };
}macro used to select in a infinite loop it never returns, and will run forever