Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTimeout timeout ErrTimeout = errors.New("task exec timeout") // ErrInterrupt interrupt signal ErrInterrupt = errors.New("received interrupt signal") )
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner 声明一个runner
func (*Runner) GetAllErrors ¶
GetAllErrors 获取已经完成任务的error
Click to show internal directories.
Click to hide internal directories.