- optimize PullJdOrder

This commit is contained in:
gazebo
2019-01-10 23:46:59 +08:00
parent f6ed942619
commit 0ba4068c92
4 changed files with 57 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ import (
const (
DefParallelCount = 10
MaxParallelCount = 10
MaxParallelCount = 50
)
type WorkFunc func(task *ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error)