Registry / utility / hatchify-atoms

hatchify-atoms

JSON →
library0.4.79gogounverified

A collection of atomic data structures and utilities for Go.

go get github.com/hatchify/atoms
INSTALL
IMPORT
SIG · HATCHIFY-ATOMS
H
hatchify-atoms
utilitygov0.4.79
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/hatchify/atoms

Uses an atomic int64 counter

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hatchify-atoms — go get hatchify-atoms · libregistry