[][src]Type Definition prometheus::core::AtomicF64

type AtomicF64 = RwlockAtomic<f64>;

A fallback atomic float for stable Rust.