Macro kernel::new_condvar

source ·
macro_rules! new_condvar {
    ($($name:literal)?) => { ... };
}
Expand description

Creates a CondVar initialiser with the given name and a newly-created lock class.