Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ NewConcurrentGroup
Function
NewConcurrentGroup
aibridge/utils/concurrent_group.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
NewConcurrentGroup() *ConcurrentGroup {
20
return
&ConcurrentGroup{}
21
}
22
23
func
(c *ConcurrentGroup) Go(fn
func
() error) {
24
c.wg.Add(1)
Callers
4
TestConcurrentGroup
Function · 0.92
BenchmarkConcurrentGroup
Function · 0.92
Init
Method · 0.92
Shutdown
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestConcurrentGroup
Function · 0.74
BenchmarkConcurrentGroup
Function · 0.74