Versions in this module Expand all Collapse all v0 v0.0.0 Aug 5, 2022 Changes in this version + type AfterStopper interface + Stop func() bool + func After(q cellnet.EventQueue, duration time.Duration, callbackObj interface{}, ...) AfterStopper + type Loop struct + Context interface{} + Duration time.Duration + Queue cellnet.EventQueue + func NewLoop(q cellnet.EventQueue, duration time.Duration, notifyCallback func(*Loop), ...) *Loop + func (self *Loop) NextLoop() + func (self *Loop) Notify() *Loop + func (self *Loop) NotifyFunc() func(*Loop) + func (self *Loop) Resume() + func (self *Loop) Running() bool + func (self *Loop) SetNotifyFunc(notifyCallback func(*Loop)) *Loop + func (self *Loop) Start() bool + func (self *Loop) Stop()