package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Feb 13, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package atomicx implements misc atomic functions.
MaxInt32 performs an atomic Max operation: a = max(a, b)
Counter implements a basic atomic int64 counter.
Set sets the counter to a new value.
Sub subtracts from counter.
Swap swaps a new value in and returns the old value.
Value returns the current value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.