sync/atomic.Int64.Swap (method)

one use

	sync/atomic (current package)
		type.go#L104: func (x *Int64) Swap(new int64) (old int64) { return SwapInt64(&x.v, new) }