Registry / utility / romichan-syncx

romichan-syncx

JSON →
library0.0.0-20240418144900-b7402ffdebc7gogounverified

A Go package providing extended synchronization primitives.

go get github.com/RomiChan/syncx
INSTALL
IMPORT
SIG · ROMICHAN-SYNCX
R
romichan-syncx
utilitygov0.0.0-20240418144900-b7402ffdebc7
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.

syncx
github.com/RomiChan/syncx

Uses syncx.Map to store and retrieve a value concurrently.

package main import ( "fmt" "github.com/RomiChan/syncx" ) func main() { var m syncx.Map[int, string] m.Store(1, "hello") val, _ := m.Load(1) fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240418144900-b7402ffdebc7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
romichan-syncx — go get romichan-syncx · libregistry