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