Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2018 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, callback func(*Loop), ...) *Loop + func (self *Loop) NextLoop() + func (self *Loop) Notify() *Loop + func (self *Loop) Running() bool + func (self *Loop) Start() bool + func (self *Loop) Stop()