MCPcopy
hub / github.com/cenkalti/backoff / Stop

Method Stop

timer.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5type timer interface {
6 Start(duration time.Duration)
7 Stop()
8 C() <-chan time.Time
9}
10

Callers 4

StopMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
RetryFunction · 0.65

Implementers 3

testTimerretry_test.go
spyTimerretry_test.go
defaultTimertimer.go

Calls

no outgoing calls

Tested by 2

StopMethod · 0.52
StopMethod · 0.52