Registry / utility / sourcegraph-conc

sourcegraph-conc

JSON →
library0.3.0gogounverified

A library for structured concurrency in Go, providing safe and composable concurrency primitives.

go get github.com/sourcegraph/conc
INSTALL
IMPORT
SIG · SOURCEGRAPH-CONC
S
sourcegraph-conc
utilitygov0.3.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.

conc
github.com/sourcegraph/conc

Uses a WaitGroup to run a goroutine and wait for completion.

package main import ( "fmt" "github.com/sourcegraph/conc" ) func main() { wg := conc.NewWaitGroup() wg.Go(func() { fmt.Println("Hello") }) wg.Wait() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sourcegraph-conc — go get sourcegraph-conc · libregistry