Type Alias SmallFutex
pub type SmallFutex = Atomic<u32>;
An atomic for use as a futex that is at least 8-bits but may be larger.
SmallFutexpub type SmallFutex = Atomic<u32>;
An atomic for use as a futex that is at least 8-bits but may be larger.