Method lrs::atomic::AtomicUsize::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

impl AtomicUsize {
    fn load_unordered(&self) -> usize
}