Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrTaskStart = "task start failed" ErrTaskAlreadyAttach = "task already attached" ErrTaskTimeout = "task run timeout" )
View Source
const ( Created status = iota // Started Stopped Running Done Exited // goroutine被回收强制停止 Unknown )
View Source
const EmptyName = ""
View Source
const (
TaskManagerPrefix = "[Task Manager]"
)
Variables ¶
View Source
var TaskGroup []interface{}
View Source
var TaskManager taskManager
Functions ¶
func GetAllBackgroundTasks ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.