macro_rules! condvar_init {
    ($condvar:expr, $name:literal) => { ... };
}
Expand description

Safely initialises a CondVar with the given name, generating a new lock class.