Module mycelium_util::sync::spin
source · Expand description
Spinlocks and related synchronization primitives.
Modules
- Cells storing a value which must be initialized prior to use.
Structs
- An exponential backoff for spin loops.
- A cell which may be initialized a single time after it is created.
- A cell which will be lazily initialized by the provided function the first time it is accessed.
- A spinlock-based
RawRwLock
implementation. - A spinlock-based
RawMutex
implementation.