Replaces the value in the atomic integer by a new one with release semantics.
impl AtomicI32 { fn exchange_release(&self, val: i32) -> i32 }
The value to be stored in the atomic integer.
Returns the previous value.