MCPcopy
hub / github.com/CodisLabs/codis / After

Method After

pkg/proxy/delay.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type Delay interface {
13 Reset()
14 After() <-chan time.Time
15 Sleep()
16 SleepWithCancel(canceled func() bool)
17}

Callers 4

delayBeforeRetryMethod · 0.65
AfterMethod · 0.65
newRedisStatsMethod · 0.65
newProxyStatsMethod · 0.65

Implementers 1

DelayExp2pkg/proxy/delay.go

Calls

no outgoing calls

Tested by

no test coverage detected