pub type SmallFutex = Atomic<u32>;Available on Android, or DragonFly BSD, or FreeBSD, or Fuchsia, or Linux, or OpenBSD, or Emscripten and target feature
atomics only.Expand description
An atomic for use as a futex that is at least 8-bits but may be larger.
Aliased Type§
#[repr(C)]pub struct SmallFutex { /* private fields */ }