MCPcopy 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
14type Backoffer interface {
15 Backoff(int) time.Duration
16}
17
18// BackoffPolicy is a default Backoffer implementation

Callers 8

ExampleFunction · 0.65
LoopMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

BackoffPolicybackoff.go

Calls

no outgoing calls

Tested by 1

ExampleFunction · 0.52