Module rwlock

Module rwlock 

Source
🔬This is a nightly-only experimental API. (sync_nonpoison #134645)

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 that does not keep track of lock poisoning.
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.