macro_rules! atomic_load {
    ($metric:expr) => { ... };
    ($metric:expr, $ordering:expr) => { ... };
}
Expand description

Wrapper around Atomic*.load to save me from writing Ordering::Relaxed a bajillion times