Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ Delay
Interface
Delay
pkg/proxy/delay.go:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Delay
interface
{
13
Reset()
14
After() <-
chan
time.Time
15
Sleep()
16
SleepWithCancel(canceled
func
() bool)
17
}
18
19
type
DelayExp2
struct
{
20
Min, Max int
Callers
18
main
Function · 0.65
Start
Method · 0.65
startMetricsReporter
Method · 0.65
loopWriter
Method · 0.65
delayBeforeRetry
Method · 0.65
After
Method · 0.65
newRedisStats
Method · 0.65
newProxyStats
Method · 0.65
player
Method · 0.65
main
Function · 0.65
Run
Method · 0.65
CPUUsage
Function · 0.65
Implementers
1
DelayExp2
pkg/proxy/delay.go
Calls
no outgoing calls
Tested by
no test coverage detected