Registry / utility / gobuffalo-syncx

gobuffalo-syncx

JSON →
library0.1.0gogounverified

Package syncx provides additional synchronization primitives for Go.

go get github.com/gobuffalo/syncx
INSTALL
IMPORT
SIG · GOBUFFALO-SYNCX
G
gobuffalo-syncx
utilitygov0.1.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.

syncx
github.com/gobuffalo/syncx

Creates a new sync group and runs a goroutine.

package main import ( "fmt" "github.com/gobuffalo/syncx" ) func main() { g := syncx.NewGroup() g.Go(func() error { return nil }) fmt.Println(g.Wait()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gobuffalo-syncx — go get gobuffalo-syncx · libregistry