Versions in this module Expand all Collapse all v0 v0.0.8 Mar 15, 2026 v0.0.7 Mar 15, 2026 v0.0.6 Mar 15, 2026 Changes in this version + type Timer struct + C chan time.Time + func NewTimer(ctx context.Context, d time.Duration) *Timer + func (timer *Timer) IsRun() bool + func (timer *Timer) Reset(ctx context.Context, d time.Duration) bool + func (timer *Timer) Stop() bool