Replaces the value in the atomic integer by the minimum of the current value and a given value with acquire semantics.
impl AtomicIsize {
fn min_acquire(&self, val: isize) -> isize
}| Name | Description |
|---|---|
| val | The value that will be compared to the integer. |
Returns the old value.