package
1.19.2
Repository: https://github.com/mfateev/yarpc-go.git
Documentation: pkg.go.dev

# Variables

None is a shorted backoff strategy that will always produce a 0ms duration.

# Interfaces

Backoff is an algorithm for determining how long to wait after a number of attempts to perform some action.
Strategy is a factory for backoff algorithms.