package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev

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