Replaces the value in the atomic integer by a new one with relaxed ordering guarantees.
impl AtomicI64 { fn exchange_weak(&self, val: i64) -> i64 }
The value to be stored in the atomic integer.
Returns the previous value.