Versions in this module Expand all Collapse all v1 v1.0.0 Sep 12, 2024 Changes in this version + type TrTimer interface + Reset func(timeout time.Duration) bool + Stop func() bool + func NewTimer(timeout time.Duration, workFunc func()) TrTimer