Function atomic_max

Source
unsafe fn atomic_max<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
Expand description

returns the max value (signed comparison)