MCPcopy
hub / github.com/grafana/dskit / blockingGate

Struct blockingGate

gate/gate.go:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153type blockingGate struct {
154 ch chan struct{}
155}
156
157func (g *blockingGate) Start(ctx context.Context) error {
158 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected