pub struct Condition(_);Expand description
Condition allows to notify multiple waiters at the same time
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Condition
impl !UnwindSafe for Condition
Blanket Implementations
Mutably borrows from an owned value. Read more