Expand description
A lock that provides data access to either one writer or many readers.
Structs
A lock that provides data access to either one writer or many readers.
A guard that provides immutable data access.
A guard that provides immutable data access but can be upgraded to RwLockWriteGuard
.
A guard that provides mutable data access.