# Functions

NewTicker returns a new Ticker instance.
NewVarTicker returns a new VarTicker instance.

# Structs

Ticker is a wrapper around time.Ticker that allows to manually invoke a tick and can be stopped via context.
VarTicker is a wrapper around time.Ticker that allows to manually invoke a tick and can be stopped via context.