Type Alias SmallFutex

Source
pub type SmallFutex = Atomic<u32>;
Expand description

An atomic for use as a futex that is at least 8-bits but may be larger.