Versions in this module Expand all Collapse all v1 v1.6.0 Aug 26, 2023 Changes in this version + type Timer struct + func CallLater(seconds int, callback func(args []any), args ...any) *Timer + func (timer *Timer) Cancel() error + func (timer *Timer) IsCanceled() bool + func (timer *Timer) IsFinished() bool