Registry / utility / jorropo-jsync

jorropo-jsync

JSON →
library1.0.1gogounverified

Provides additional synchronization primitives not found in the standard sync package.

go get github.com/Jorropo/jsync
INSTALL
IMPORT
SIG · JORROPO-JSYNC
J
jorropo-jsync
utilitygov1.0.1
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.

jsync
github.com/Jorropo/jsync

Use a custom WaitGroup from jsync.

package main import ( "github.com/Jorropo/jsync" ) func main() { var wg jsync.WaitGroup wg.Add(1) go func() { defer wg.Done() }() wg.Wait() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jorropo-jsync — go get jorropo-jsync · libregistry