a2aaron opened this issue 4 years ago · 0 comments
Currently AtomicFloat only implement Default, but it would be nice for it to implement Debug and From<f32> since this makes it compose nicer with other types.
AtomicFloat
Default
Debug
From<f32>