Trait mm0_util::CondvarExt[][src]

pub trait CondvarExt {
    fn uwait<'a, T>(&self, g: MutexGuard<'a, T>) -> MutexGuard<'a, T>;
}

Extension trait for Condvar.

Required methods

fn uwait<'a, T>(&self, g: MutexGuard<'a, T>) -> MutexGuard<'a, T>[src]

Like wait, but propagates instead of catches panics.

Loading content...

Implementations on Foreign Types

impl CondvarExt for Condvar[src]

Loading content...

Implementors

Loading content...