Package Usage: go: github.com/alecthomas/atomic
Package atomic contains type-safe atomic types.
The zero value for the numeric types cannot be used. Use New*. The
rationale for this behaviour is that copying an atomic integer is not
reliable. Copying can be prevented by embedding sync.Mutex, but that bloats
the type.
2 versions
Latest release: about 3 years ago
103 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/alecthomas/atomic