Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assembla/cony
/ Backoff
Method
Backoff
backoff.go:15–15 ·
view source on GitHub ↗
(int)
Source
from the content-addressed store, hash-verified
13
// Backoffer is interface to hold Backoff strategy
14
type
Backoffer
interface
{
15
Backoff(int) time.Duration
16
}
17
18
// BackoffPolicy is a default Backoffer implementation
Callers
8
Example
Function · 0.65
Loop
Method · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
Implementers
1
BackoffPolicy
backoff.go
Calls
no outgoing calls
Tested by
1
Example
Function · 0.52