Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2025 Changes in this version + type TimerPool struct + var GlobalTimerPool TimerPool + func (tp *TimerPool) Get(d time.Duration) *time.Timer + func (tp *TimerPool) Put(timer *time.Timer)