[][src]Type Definition yaar_lock::sync::Mutex

type Mutex<T> = RawMutex<T, OsThreadEvent>;
This is supported on feature="os" only.

A WordLock backed by OsThreadEvent.