# Functions
AfterFunc constructs a single-shot time.Timer that, if repeatedly used to construct a series of timers, will ensure that the resulting events conform to the memoryless distribution.
NewTicker creates a new memoryless ticker.
NewTimer constructs a single-shot time.Timer that, if repeatedly used to construct a series of timers, will ensure that the resulting events conform to the memoryless distribution.
Run calls the given function repeatedly, using a memoryless.Ticker to wait between function calls.
# Variables
MakeTicker is a deprecated alias for NewTicker.