Method lrs::atomic::AtomicIsize::and_release

Performs a binary and operation on the atomic integer with release semantics.

Syntax

impl AtomicIsize {
    fn and_release(&self, val: isize) -> isize
}

Arguments

NameDescription
val

The value that will be binarily added to the integer.

Return value

Returns the old value.