Macro vex_rt::select_any [−][src]
macro_rules! select_any { ($event:expr $(,)?) => { ... }; ($event:expr, $($rest:expr),+ $(,)?) => { ... }; }
Generates a future event (i.e. one which implements
crate::rtos::Selectable) from a set of events which all have the same
result type, by repeated application of crate::rtos::select_either.