//
pkg.gl
Category
github.com/xmidt-org/webpa-common
clock
package
1.11.9
Repository:
https://github.com/xmidt-org/webpa-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
52 SLOC
#
Packages
clocktest
Package clocktest provides a testable clock implementation */.
#
Functions
System
System returns a clock backed by the time package.
WrapTicker
No description provided by the author
WrapTimer
WrapTimer wraps a time.Timer in a clock.Timer.
#
Interfaces
Interface
Interface represents a clock with the same core functionality available as in the stdlib time package.
Ticker
No description provided by the author
Timer
Timer represents an event source triggered at a particular time.