sync/atomic.Uint32.Swap (method)

one use

	sync/atomic (current package)
		type.go#L127: func (x *Uint32) Swap(new uint32) (old uint32) { return SwapUint32(&x.v, new) }