Function atomic_min
pub(in ::sync::atomic) const unsafe fn atomic_min<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
Updates *dst to the min value of val and the old value (signed comparison)
atomic_minpub(in ::sync::atomic) const unsafe fn atomic_min<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
Updates *dst to the min value of val and the old value (signed comparison)