# Functions
Repeat executes f every interval seconds until stopc is closed or f returns an error.
Retry executes f every interval seconds until timeout or no error is returned from f.
RetryWithLog executes f every interval seconds until timeout or no error is returned from f.
# Interfaces
Logger interface compatible with go-kit/logger.