Versions in this module Expand all Collapse all v0 v0.0.11 Jul 11, 2019 v0.0.10 Jul 4, 2019 Changes in this version + type Stat struct + CurDur float64 + ErrCount int + MaxDur float64 + MaxQ int + QL int + TaskCount int type TaskFnDef + IsVariadic bool + VariadicType reflect.Value v0.0.9 Jun 23, 2019 v0.0.8 Jun 20, 2019 v0.0.7 Jun 20, 2019 v0.0.6 Jun 20, 2019 v0.0.5 Jun 20, 2019 v0.0.4 Jun 20, 2019 v0.0.3 Jun 12, 2019 v0.0.2 Jun 11, 2019 Changes in this version + type TaskFn func(args ...interface{}) *TaskFnDef + type TaskFnDef struct + Args []interface{} + Efn []func(err error) + Fn interface{} + func NewTaskFn(fn interface{}, args []interface{}, efn []func(err error)) *TaskFnDef + type WaitGroup struct + func NewWaitGroup(wg *sync.WaitGroup, done chan bool) *WaitGroup + func (t *WaitGroup) Add() + func (t *WaitGroup) Done() + func (t *WaitGroup) Len() int + func (t *WaitGroup) Wait()