Expand description
RwLock synchronization primitive.
Structsยง
- RwLock
- A reader-writer lock for shared read access and exclusive write access.
- RwLock
Read Guard - A guard providing read access to the data protected by an RwLock.
- RwLock
Write Guard - A guard providing write access to the data protected by an RwLock.