Versions in this module Expand all Collapse all v0 v0.2.0 Jun 8, 2025 v0.1.1 Jun 19, 2022 v0.1.0 Jul 25, 2020 Changes in this version + func Scale(d time.Duration, f float64) time.Duration + type Ticker struct + C <-chan time.Time + func NewTicker(d time.Duration, f float64) *Ticker + func NewTickerWithContext(ctx context.Context, d time.Duration, f float64) *Ticker + func (t *Ticker) Stop()