Macro kernel::condvar_init
source · [−]macro_rules! condvar_init {
($condvar:expr, $name:literal) => { ... };
}
Expand description
Safely initialises a CondVar
with the given name, generating a new lock class.
macro_rules! condvar_init {
($condvar:expr, $name:literal) => { ... };
}
Safely initialises a CondVar
with the given name, generating a new lock class.