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

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

A RawMutex backed by OsThreadEvent.