Discover Packages
github.com/maypok86/otter/v2
internal
xsync
package
Version:
v2.3.0
Opens a new window with list of versions in this module.
Published: Dec 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
A Adder is a striped int64 Adder.
Should be preferred over a single atomically updated uint64
Adder in high contention scenarios.
A Adder must not be copied after first use.
NewAdder creates a new Adder instance.
Add adds the delta to the Adder.
Value returns the current Adder value.
The returned value may not include all of the latest operations in
presence of concurrent modifications of the Adder.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.