[][src]Type Definition yaar_lock::future::RawMutexGuard

type RawMutexGuard<'a, T, ThreadEvent> = GenericMutexGuard<'a, WordLock<ThreadEvent>, T>;

An RAII guard returned by the lock and try_lock methods of RawMutex. When this structure is dropped (falls out of scope), the lock will be unlocked.