type go.uber.org/atomic.Error
8 uses
go.uber.org/atomic (current package)
error.go#L26: type Error struct {
error.go#L35: func NewError(val error) *Error {
error.go#L36: x := &Error{}
error.go#L44: func (x *Error) Load() error {
error.go#L49: func (x *Error) Store(val error) {
error.go#L54: func (x *Error) CompareAndSwap(old, new error) (swapped bool) {
error.go#L60: func (x *Error) Swap(val error) (old error) {
go.pact.im/x/process
process.go#L59: err atomic.Error
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)