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

Method Reset

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

Source from the content-addressed store, hash-verified

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

Callers 4

mainFunction · 0.65
StartMethod · 0.65
startMetricsReporterMethod · 0.65
loopWriterMethod · 0.65

Implementers 1

DelayExp2pkg/proxy/delay.go

Calls

no outgoing calls

Tested by

no test coverage detected