Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
type
AsyncExecutor
interface
{
20
Submit(f
func
())
21
Stop()
22
}
23
24
type
noOpExecutor
struct
{}
Callers
11
NewDisableableTicker
Function · 0.65
Stop
Method · 0.65
TestNewWorkerPool_CreateMultiplesPoolsWithSameRegistry
Function · 0.65
TestWorkerPool_TestMetric
Function · 0.65
TestWorkerPool_ShouldFallbackWhenAllWorkersAreBusy
Function · 0.65
loop
Method · 0.65
running
Method · 0.65
NewTimerService
Function · 0.65
TestResetTimer_MultipleTimes
Function · 0.65
StopAndDrainTimer
Function · 0.65
maintenanceLoop
Method · 0.65
Implementers
2
noOpExecutor
pkg/util/worker_pool.go
workerPoolExecutor
pkg/util/worker_pool.go
Calls
no outgoing calls
Tested by
4
TestNewWorkerPool_CreateMultiplesPoolsWithSameRegistry
Function · 0.52
TestWorkerPool_TestMetric
Function · 0.52
TestWorkerPool_ShouldFallbackWhenAllWorkersAreBusy
Function · 0.52
TestResetTimer_MultipleTimes
Function · 0.52