Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterStopper ¶
type AfterStopper interface {
Stop() bool
}
func After ¶
func After(q cellnet.EventQueue, duration time.Duration, callbackObj interface{}, context interface{}) AfterStopper
Click to show internal directories.
Click to hide internal directories.