Module mutex

Source

Structs§

MappedMutex
An RAII mutex guard returned by MutexGuard::map().
Mutex
Implementation of mtx structure.
MutexGuard
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.