Macro 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.