Macro kernel::new_delayed_work
source · macro_rules! new_delayed_work { () => { ... }; ($name:literal) => { ... }; }
Expand description
Creates a DelayedWork
initialiser with the given name and a newly-created lock class.
macro_rules! new_delayed_work { () => { ... }; ($name:literal) => { ... }; }
Creates a DelayedWork
initialiser with the given name and a newly-created lock class.