Subtracts a value from the atomic integer with sequentially consistent semantics.
impl AtomicU32 { fn sub(&self, val: u32) -> u32 }
The value to be subtracted from the integer.
Returns the old value.