Documentation
¶
Overview ¶
Package xatomic provides atomic utilities. It is an extension to the standard sync/atomic package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Value ¶
type Value[T any] struct { // contains filtered or unexported fields }
Value provides an atomic load and store of a value of type T.
Click to show internal directories.
Click to hide internal directories.