派生自 ruleprocess
main.go @@ -3,7 +3,6 @@ import ( "flag" "fmt" "sync" "net/http" _ "net/http/pprof" @@ -89,7 +88,7 @@ if err == nil { //wg1.Add(1) //_ = p.Submit(syncCalculateSum) Task(msg) go Task(msg) } } }