☰
Module remutex
Structs
Functions
?
Module
std
::
sync
::
remutex
source
·
[
−
]
Structs
ReentrantMutex
A reentrant mutual exclusion
ReentrantMutexGuard
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
current_thread_unique_ptr
Get an address that is unique per running thread.