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.
macro_rules! scheduler_impl {
($vis:vis static $driver:ident: $t: ty = $val:expr) => { ... };
}Set the Scheduler implementation.
See the module documentation for an example.