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