{"id":52083,"library":"sourcegraph-conc","title":"Conc","description":"A library for structured concurrency in Go, providing safe and composable concurrency primitives.","status":"active","version":"0.3.0","language":"go","source_language":null,"source_url":"https://github.com/sourcegraph/conc","tags":["concurrency","goroutines","utility"],"install":[{"cmd":"go get github.com/sourcegraph/conc","lang":"bash","label":"Install github.com/sourcegraph/conc"}],"dependencies":[],"imports":[{"symbol":"conc","correct":"github.com/sourcegraph/conc"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/sourcegraph/conc\"\n)\n\nfunc main() {\n\twg := conc.NewWaitGroup()\n\twg.Go(func() { fmt.Println(\"Hello\") })\n\twg.Wait()\n}","lang":"go","description":"Uses a WaitGroup to run a goroutine and wait for completion."},"warnings":[],"env_vars":null,"search_vec":"'compos':12 'conc':1 'concurr':6,13,15 'go':8 'goroutin':16 'librari':3 'primit':14 'provid':9 'safe':10 'structur':5 'util':17","created_at":"2026-06-15T06:40:57.214437+00:00","updated_at":"2026-06-15T06:40:57.214437+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sourcegraph/conc","github":"https://github.com/sourcegraph/conc","docs":"https://pkg.go.dev/github.com/sourcegraph/conc#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}