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) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)