Module rwlock

Source
🔬This is a nightly-only experimental API. (sync_poison_mod #134646)

Structs§

MappedRwLockReadGuardExperimental
RAII structure used to release the shared read access of a lock when dropped, which can point to a subfield of the protected data.
MappedRwLockWriteGuardExperimental
RAII structure used to release the exclusive write access of a lock when dropped, which can point to a subfield of the protected data.
RwLockExperimental
A reader-writer lock
RwLockReadGuardExperimental
RAII structure used to release the shared read access of a lock when dropped.
RwLockWriteGuardExperimental
RAII structure used to release the exclusive write access of a lock when dropped.