Skip to main content

condvar

Macro condvar 

Source
macro_rules! condvar {
    () => { ... };
}
Expand description

Create a crate::CondVar that works in both heap and zero-heap modes.