🔬This is a nightly-only experimental API. (
sync_nonpoison
#134645)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 that does not keep track of lock poisoning.
- 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.