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

2 uses

	go.uber.org/atomic (current package)
		bool.go#L71: func (x *Bool) Swap(val bool) (old bool) {

	go.uber.org/multierr
		error.go#L479: 		if l, ok := left.(*multiError); ok && !l.copyNeeded.Swap(true) {