Registry / utility / df-mc-atomic

df-mc-atomic

JSON →
library1.10.0gogounverified

Provides simple wrappers around numeric types to enforce atomic access in Go.

go get github.com/df-mc/atomic
INSTALL
IMPORT
SIG · DF-MC-ATOMIC
D
df-mc-atomic
utilitygov1.10.0
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.

atomic
github.com/df-mc/atomic

Create an atomic int64, store and load a value.

package main import ( "fmt" "github.com/df-mc/atomic" ) func main() { var i atomic.Int64 i.Store(42) fmt.Println(i.Load()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
df-mc-atomic — go get df-mc-atomic · libregistry