Registry / utility / tmthrgd-atomics

tmthrgd-atomics

JSON →
library0.0.0-20190904060638-dc7a5fcc7e0dgogounverified

Package atomics implements efficient atomic types for concurrent programming.

go get github.com/tmthrgd/atomics
INSTALL
IMPORT
SIG · TMTHRGD-ATOMICS
T
tmthrgd-atomics
utilitygov0.0.0-20190904060638-dc7a5fcc7e0d
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.

atomics
github.com/tmthrgd/atomics

Minimal example showing import and usage of atomic types.

package main import ( "fmt" "github.com/tmthrgd/atomics" ) func main() { var v atomics.Int64 v.Store(42) fmt.Println(v.Load()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190904060638-dc7a5fcc7e0dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tmthrgd-atomics — go get tmthrgd-atomics · libregistry