[][src]Module os_sync::mutex

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