MCPcopy Index your code
hub / github.com/coder/coder / Wait

Method Wait

aibridge/utils/concurrent_group.go:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (c *ConcurrentGroup) Wait() error {
36 c.wg.Wait()
37 return c.errs
38}

Callers 4

TestConcurrentGroupFunction · 0.95
BenchmarkConcurrentGroupFunction · 0.95
InitMethod · 0.95
ShutdownMethod · 0.95

Calls 1

WaitMethod · 0.65

Tested by 2

TestConcurrentGroupFunction · 0.76
BenchmarkConcurrentGroupFunction · 0.76