Skip to main content

Module rwlock

Module rwlock 

Source
Available on crate feature full and non-crate feature use_std only.

Type Aliasesยง

RwReadGuard
RAII structure used to release the shared read access of a lock when dropped.
RwSpinlock
A reader-writer lock
RwUpgradableReadGuard
RAII structure used to release upgradable read access of a lock when dropped.
RwWriteGuard
RAII structure used to release the exclusive write access of a lock when dropped.