//
pkg.gl
Category
github.com/tiglabs/vitess
go
timer
package
2.1.1+incompatible
Repository:
https://github.com/tiglabs/vitess.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
129 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.