MCPcopy Index your code
hub / github.com/cortexproject/cortex / Stop

Method Stop

pkg/util/worker_pool.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type AsyncExecutor interface {
20 Submit(f func())
21 Stop()
22}
23
24type noOpExecutor struct{}

Callers 11

NewDisableableTickerFunction · 0.65
StopMethod · 0.65
loopMethod · 0.65
runningMethod · 0.65
NewTimerServiceFunction · 0.65
StopAndDrainTimerFunction · 0.65
maintenanceLoopMethod · 0.65

Implementers 2

noOpExecutorpkg/util/worker_pool.go
workerPoolExecutorpkg/util/worker_pool.go

Calls

no outgoing calls