//
pkg.gl
Category
github.com/src-d/go-vitess
timer
package
1.8.0
Repository:
https://github.com/src-d/go-vitess.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
133 SLOC
#
Functions
NewRandTicker
NewRandTicker creates a new RandTicker.
NewTimer
NewTimer creates a new Timer object.
#
Structs
RandTicker
RandTicker is just like time.Ticker, except that it adds randomness to the events.
Timer
Timer provides timer functionality that can be controlled by the user.