Stores a new value in the atomic integer with release semantics.
impl AtomicI8 { fn store_release(&self, val: i8) -> () }
The value to be stored in the atomic integer.