Registry / utility / sasha-s-go-csync

sasha-s-go-csync

JSON →
library0.0.0-20240107134140-fcbab37b09adgogounverified

A Go library providing concurrent synchronization primitives.

go get github.com/sasha-s/go-csync
INSTALL
IMPORT
SIG · SASHA-S-GO-CSYNC
S
sasha-s-go-csync
utilitygov0.0.0-20240107134140-fcbab37b09ad
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.

csync
github.com/sasha-s/go-csync

Uses a csync mutex for synchronization.

package main import ( "fmt" "github.com/sasha-s/go-csync" ) func main() { var m csync.Mutex m.Lock() fmt.Println("locked") m.Unlock() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240107134140-fcbab37b09adlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Resources
sasha-s-go-csync — go get sasha-s-go-csync · libregistry