Module atomic_float

Source
Expand description

Atomic F32 implementation with num trait implementations

Structs§

AtomicEnum
Given an enum value deriving FromPrimitive/ToPrimitive, handles storing the value as an atomic usize.
AtomicF32
Simple atomic floating point variable with relaxed ordering.
AtomicF64
Simple atomic floating point variable with relaxed ordering.
AtomicOption

Traits§

AtomicFloatRepresentable
AtomicValue
Trait of values that can be loaded / stored with relaxed operations.