Versions in this module Expand all Collapse all v1 v1.37.3 Feb 23, 2026 Changes in this version + type Ticker interface + Elapsed func() <-chan time.Time + Stop func() + func NewTicker(start time.Time, interval, jitter, offset time.Duration, align bool) Ticker + type Timer struct + func NewTimer(interval, jitter time.Duration) *Timer + func (t *Timer) Elapsed() <-chan time.Time + func (t *Timer) Stop()