Versions in this module Expand all Collapse all v0 v0.0.4 Jun 17, 2020 v0.0.1 Nov 19, 2019 Changes in this version + func NewManager(t task.Task) task.WorkManager + type Manager struct + Writer io.Writer + func (this *Manager) CreateWork() task.Work + func (this *Manager) Finish(task task.Task) + type Work struct + QPS int + func (this *Work) Close(t task.Task) + func (this *Work) Init(t task.Task) + func (this *Work) RunWorker(t task.Task)