scheduler_impl

Macro scheduler_impl 

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

Set the Scheduler implementation.

See the module documentation for an example.