//
pkg.gl
Category
github.com/orcfax/oracle-suite
pkg
util
timeutil
package
0.0.0-20241120074608-6378e9d597be
Repository:
https://github.com/orcfax/oracle-suite.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
6
Files
145 SLOC
#
Functions
NewTicker
NewTicker returns a new Ticker instance.
NewVarTicker
NewVarTicker returns a new VarTicker instance.
#
Structs
Ticker
Ticker is a wrapper around time.Ticker that allows to manually invoke a tick and can be stopped via context.
VarTicker
VarTicker is a wrapper around time.Ticker that allows to manually invoke a tick and can be stopped via context.