Documentation
¶
Overview ¶
Timer implementations for RlogC
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Interval ¶
A monotonic timer that increases in a given interval.
Calls to this function are cheap, because it only fetches a field of a struct that is incremented by a goroutine, that runs in background.
WARNING: this function creates a goroutine, that won't stop! Do only call this a bounded number of times!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.