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