Module mutex

Source
Expand description

Mutex implementations

Structs§

GuardToken
Token passed by MutexGuard
MutexGuard
Guard, created by locking Mutex.
SemMutex
Semaphore based implementation, often called Benaphore

Traits§

Mutex
Describes Mutex interface