//
pkg.gl
Category
github.com/chronicleprotocol/go-utils
timeutil
package
0.1.1
Repository:
https://github.com/chronicleprotocol/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
148 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.