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