MCPcopy
hub / github.com/grafana/tempo / Add

Method Add

modules/frontend/pipeline/async_sharding.go:12–12  ·  view source on GitHub ↗
(int)

Source from the content-addressed store, hash-verified

10
11type waitGroup interface {
12 Add(int)
13 Done()
14 Wait()
15}

Implementers 1

BoundedWaitGrouppkg/boundedwaitgroup/boundedwaitgroup.

Calls

no outgoing calls