Expand description
Synchronization primitives.
Structsยง
- RwSpin
Lock - A busy-waiting reader-writer lock.
- RwSpin
Lock Read Guard - A guard that releases a read lock when dropped.
- RwSpin
Lock Write Guard - A guard that releases a write lock when dropped.
- RwSpin
Locked - Protects a value with a busy-waiting reader-writer lock.
- Spin
Lock - A mutual exclusion primitive, facilitating busy-waiting.
- Spin
Lock Guard - A guard that releases the SpinLock when dropped.
- Spin
Locked - A mutual exclusion primitive that allows at most one thread to access a resource at a time.