🔬This is a nightly-only experimental API. (
sync_poison_mod
#134646)Structs§
- Mapped
RwLock Read Guard Experimental - RAII structure used to release the shared read access of a lock when dropped, which can point to a subfield of the protected data.
- Mapped
RwLock Write Guard Experimental - RAII structure used to release the exclusive write access of a lock when dropped, which can point to a subfield of the protected data.
- RwLock
Experimental - A reader-writer lock
- RwLock
Read Guard Experimental - RAII structure used to release the shared read access of a lock when dropped.
- RwLock
Write Guard Experimental - RAII structure used to release the exclusive write access of a lock when dropped.