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

Method Start

timer.go:6–6  ·  view source on GitHub ↗
(duration time.Duration)

Source from the content-addressed store, hash-verified

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

Callers 2

sendMethod · 0.65
RetryFunction · 0.65

Implementers 3

testTimerretry_test.go
spyTimerretry_test.go
defaultTimertimer.go

Calls

no outgoing calls

Tested by

no test coverage detected