Expand description
Hybrid locking, or parking_lot::RwLock with support for optimistic locking.
See the paper for details.
Structsยง
- Hybrid
Lock - A hybrid lock.
- Hybrid
RwLock Read Guard - RAII structure used to release the shared read access of a lock when dropped.
- Hybrid
RwLock Write Guard - RAII structure used to release the exclusive write access of a lock when dropped.