Module mutex

Source

Structs§

Mutex
A mutex with waitqueue.
MutexGuard_

Type Aliases§

ArcMutexGuard
An guard that provides exclusive access to the data protected by a Arc<Mutex>.
MutexGuard
A guard that provides exclusive access to the data protected by a Mutex.