Registry / utility / gdbu-atoms

gdbu-atoms

JSON →
library1.0.1gogounverified

A Go library providing atomic data structures for concurrent programming.

go get github.com/gdbu/atoms
INSTALL
IMPORT
SIG · GDBU-ATOMS
G
gdbu-atoms
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

atoms
✓ github.com/gdbu/atoms

Uses an atomic int64 counter.

package main import ( "github.com/gdbu/atoms" ) func main() { var counter atoms.Int64 counter.Add(1) println(counter.Load()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gdbu-atoms — go get gdbu-atoms · libregistry