Trait mm0_util::MutexExt[][src]

pub trait MutexExt<T> {
    fn ulock(&self) -> MutexGuard<'_, T>;
}

Extension trait for Mutex<T>.

Required methods

fn ulock(&self) -> MutexGuard<'_, T>[src]

Like lock, but propagates instead of catches panics.

Loading content...

Implementations on Foreign Types

impl<T> MutexExt<T> for Mutex<T>[src]

Loading content...

Implementors

Loading content...