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

Method Submit

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

Source from the content-addressed store, hash-verified

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

Callers 6

DoBatchFunction · 0.65
FetchMethod · 0.65

Implementers 2

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

Calls

no outgoing calls