Expand description
§shared-mutex
A RwLock that can be used with a Condvar.
Modules§
- monitor
- A monitor convenience type that couples a SharedMutex and a Condvar.
Structs§
- Mapped
Shared Mutex Read Guard - A read guard to a sub-borrow of an original SharedMutexReadGuard.
- Mapped
Shared Mutex Write Guard - A write guard to a sub-borrow of an original
SharedMutexWriteGuard
. - RawShared
Mutex - A raw lock providing both shared read locks and exclusive write locks.
- Shared
Mutex - A lock providing both shared read locks and exclusive write locks.
- Shared
Mutex Read Guard - A shared read guard on a SharedMutex.
- Shared
Mutex Write Guard - An exclusive write guard on a SharedMutex.