☰
Module mutex
⚠ Internal Docs ⚠
Not Public API
Official Docs Here
64bit Linux GNU
64bit Windows GNU
64bit Mac OSX
Module mutex
Structs
Functions
?
Module
std
::
sync
::
mutex
source
·
[
−
]
Structs
Mutex
A mutual exclusion primitive useful for protecting shared data
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.
Functions
guard_lock
guard_poison