Documentation
¶
Overview ¶
Package syncutil adds functions for synchronization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AtomicInt ¶
type AtomicInt int32
AtomicInt uses sync/atomic to store and read the value of an int32.
func NewAtomicInt ¶
NewAtomicInt creates an new AtomicInt.
Click to show internal directories.
Click to hide internal directories.