Module rwlock

Source
Available on 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.