Macro scheduler_impl

Source
macro_rules! scheduler_impl {
    (static $name:ident: $t: ty = $val:expr) => { ... };
}
Expand description

Set the Scheduler implementation.

See the module documentation for an example.