Expand description
An asynchronous readers-writer lock.
See the documentation for the RwLock type for details.
Structsยง
- Owned
RwLock Read Guard alloc - Owned RAII structure used to release the shared read access of a
RwLockwhen dropped. - Owned
RwLock Write Guard alloc - Owned RAII structure used to release the exclusive write access of a
RwLockwhen dropped. - RwLock
- An asynchronous readers-writer lock.
- RwLock
Read Guard - RAII structure used to release the shared read access of a
RwLockwhen dropped. - RwLock
Write Guard - RAII structure used to release the exclusive write access of a
RwLockwhen dropped.