scheduler

Macro scheduler 

Source
macro_rules! scheduler {
    ($enum:ident { $($variant:ident),* $(,)? }) => { ... };
}
Expand description

The macro implements the outer enum wrapper containing all the tasks