Versions in this module Expand all Collapse all v1 v1.0.1 Jun 14, 2024 v1.0.0 Jun 14, 2024 Changes in this version + type Timer struct + C <-chan time.Time + func NewStoppedTimer() *Timer + func NewTimer(d time.Duration) *Timer + func (t *Timer) Reset(d time.Duration) bool + func (t *Timer) Stop() (wasActive bool)