Stores a new value in the atomic integer with sequentially consistent.
impl AtomicI64 { fn store(&self, val: i64) -> () }
The value to be stored in the atomic integer.