Available on non-crate feature
use_std
only.Type Aliasesยง
- RwRead
Guard - RAII structure used to release the shared read access of a lock when dropped.
- RwSpinlock
- A reader-writer lock
- RwUpgradable
Read Guard - RAII structure used to release upgradable read access of a lock when dropped.
- RwWrite
Guard - RAII structure used to release the exclusive write access of a lock when dropped.