Replace common.RunInParallel with parallel.FanOutIn |
||
Issue descriptionThe function RunInParallel seems to similar to FanOutIn. If we can replace all instances of the former with the latter, we can remove RunInParallel from common/common.go. Places where RunInParallel is used now: - frontend/rpc_analyze.go - tracker/rpc_workflow_launched.go - tracker/rpc_worker_done.go - tracker/rpc_worker_launched.go - gerrit/poll.go - gerrit/rpc_report_results.go
,
May 15 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 8 2018