Creates a new atomic integer. Examples use std::sync::atomic::AtomicU64; let atomic_forty_two = AtomicU64::new(42);
Creates a new atomic integer.
use std::sync::atomic::AtomicU64; let atomic_forty_two = AtomicU64::new(42);
u64
AtomicU64