Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = struct { Debug bool }{ Debug: false, }
Cfg config
Functions ¶
This section is empty.
Types ¶
type AsyncTask ¶
type AsyncTask struct {
ITask
// contains filtered or unexported fields
}
AsyncTask struct
type ITask ¶ added in v0.1.0
type ITask interface {
Size() int
CurSize() int
Wait()
Stat() Stat
Do(name TFn, args ...interface{})
Stop()
// contains filtered or unexported methods
}
ITask interface
Click to show internal directories.
Click to hide internal directories.