Versions in this module Expand all Collapse all v0 v0.2.0 Dec 17, 2018 Changes in this version + type Timer struct + func NewTimer(d time.Duration) *Timer + func (t *Timer) Reset(d time.Duration) bool v0.1.0 Dec 17, 2018 Changes in this version + type SafeTimer struct + func NewSafeTimer(d time.Duration) *SafeTimer + func (t *SafeTimer) Reset(d time.Duration) bool