Skip to main content

register_scheduler_implementation

Macro register_scheduler_implementation 

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

Set the Scheduler implementation.

See the module documentation for an example.