pub type RawSpinMutex = RawSpinlock<Backoff>;
Expand description
A simple spinlock with exponential backoff.
Aliased Typeยง
pub struct RawSpinMutex { /* private fields */ }
pub type RawSpinMutex = RawSpinlock<Backoff>;
A simple spinlock with exponential backoff.
pub struct RawSpinMutex { /* private fields */ }