Futex

Type Alias Futex 

Source
pub type Futex = Atomic<u32>;
Available on Linux, or Android, or Emscripten and target feature atomics, or FreeBSD, or OpenBSD, or DragonFly BSD, or Fuchsia only.
Expand description

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