Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchTask ¶
type BatchTask struct {
// contains filtered or unexported fields
}
func NewBatchTask ¶
func (*BatchTask) DispatchTask ¶
func (*BatchTask) WaitForFinish ¶
func (bt *BatchTask) WaitForFinish() []interface{}
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func (*Task) AnswerWithID ¶
type TaskResult ¶
type TaskResult struct { ID string Result interface{} }
Click to show internal directories.
Click to hide internal directories.