Expand description
Mutex implementations
Structs§
- Guard
Token - Token passed by MutexGuard
- Mutex
Guard - Guard, created by locking Mutex.
- SemMutex
- Semaphore based implementation, often called Benaphore
Traits§
- Mutex
- Describes Mutex interface
Mutex implementations