Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Box ¶
type Box struct { Arg interface{} Routine SimpleRoutine // contains filtered or unexported fields }
func NewBox ¶
func NewBox(routine SimpleRoutine, arg interface{}) *Box
type SimpleRoutine ¶
type SimpleRoutine func(arg interface{}) interface{}
type Timer ¶
type Timer struct { Context interface{} // contains filtered or unexported fields }
type TimerRoutine ¶
Click to show internal directories.
Click to hide internal directories.