macro_rules! eventgroup {
() => { ... };
}Expand description
Create an crate::EventGroup that works in both heap and zero-heap modes.
macro_rules! eventgroup {
() => { ... };
}Create an crate::EventGroup that works in both heap and zero-heap modes.