Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ZeroTime = time.Unix(0, 0) DefaultTime = time.Time{} )
Functions ¶
Types ¶
type TaskStopper ¶
type TaskStopper interface { Task Stop() }
func AddTask ¶
func AddTask(task Task) (TaskStopper, error)
Click to show internal directories.
Click to hide internal directories.