# 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.