go.uber.org/atomic.Bool.CompareAndSwap (method)

2 uses

	go.uber.org/atomic (current package)
		bool.go#L61: 	return x.CompareAndSwap(old, new)
		bool.go#L65: func (x *Bool) CompareAndSwap(old, new bool) (swapped bool) {