☰
Module rwlock
Structs
?
Module
std
::
sync
::
rwlock
source
·
[
−
]
Structs
RwLock
A reader-writer lock
RwLockReadGuard
RAII structure used to release the shared read access of a lock when dropped.
RwLockWriteGuard
RAII structure used to release the exclusive write access of a lock when dropped.