macro_rules! timer_queue_impl { (static $name:ident: $t: ty = $val:expr) => { ... }; }
Expand description
Set the TimerQueue implementation.
See the module documentation for an example.
macro_rules! timer_queue_impl { (static $name:ident: $t: ty = $val:expr) => { ... }; }
Set the TimerQueue implementation.
See the module documentation for an example.