Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
type
timer
interface
{
6
Start(duration time.Duration)
7
Stop()
8
C() <-
chan
time.Time
9
}
Callers
2
send
Method · 0.65
Retry
Function · 0.65
Implementers
3
testTimer
retry_test.go
spyTimer
retry_test.go
defaultTimer
timer.go
Calls
no outgoing calls
Tested by
no test coverage detected