Module audio_processor_traits::atomic_float
source · Expand description
Atomic F32 implementation with num trait implementations
Structs
- Given an enum value deriving
FromPrimitive/ToPrimitive, handles storing the value as an atomic usize. - Simple atomic floating point variable with relaxed ordering.
- Simple atomic floating point variable with relaxed ordering.
Traits
- Trait of values that can be loaded / stored with relaxed operations.