Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = struct { Debug bool }{ Debug: false, }
Cfg config
Functions ¶
func WaitAndStop ¶ added in v0.1.2
func WaitAndStop(tasks ...ITask)
Types ¶
type AsyncTask ¶
type AsyncTask struct {
ITask
// contains filtered or unexported fields
}
AsyncTask struct
func NewAsyncTask ¶
NewAsyncTask init max: 最大并发数 maxDur: 任务最大执行时间
Click to show internal directories.
Click to hide internal directories.