[fix] package taskpool: 全局对象解析task参数错误

pull/2/head
q191201771 4 years ago
parent 6904ae65a5
commit ee4d4835cf

@ -11,7 +11,7 @@ package taskpool
var global Pool
func Go(task TaskFn, param ...interface{}) {
global.Go(task, param)
global.Go(task, param...)
}
func GetCurrentStatus() Status {

Loading…
Cancel
Save