Method lrs::atomic::AtomicIsize::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

impl AtomicIsize {
    fn load_unordered(&self) -> isize
}