Type Alias RawSpinMutex

Source
pub type RawSpinMutex = RawSpinlock<Backoff>;
Expand description

A simple spinlock with exponential backoff.

Aliased Typeยง

struct RawSpinMutex { /* private fields */ }