macro_rules! new_work { ($($name:literal)?) => { ... }; }
Creates a Work initialiser with the given name and a newly-created lock class.
Work