package
0.0.11
Repository: https://github.com/ppacer/core.git
Documentation: pkg.go.dev

# Functions

NewFixed initialize new Fixed strategy for given interval duration.
NewLinearBackoff initialize new LinearBackoff strategy.

# Structs

Fixed implements Strategy for fixed-duration intervals.
LinearBackoff implements Strategy for linear back off with possible repetitions.

# Interfaces

Strategy defines an interface for adaptive pacing strategies.