]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/par: actually make par.Work run things in parallel
authorRuss Cox <rsc@golang.org>
Thu, 19 Jul 2018 17:23:32 +0000 (13:23 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 19 Jul 2018 18:16:00 +0000 (18:16 +0000)
commitdada467fc688ef5970bf4af30c2644c0d2ccdb54
treeab943c234d67c14d9a7c7cd60927276f0bce90bb
parentef45945718c2374234879ee184c9af126937cb2c
cmd/go/internal/par: actually make par.Work run things in parallel

This was an unfortunate debugging print introduced
while working on the unfortunately large CL 123576.
At least now we're done with that awfulness.

Change-Id: Ib83db59382a799f649832d22d3c6f039d2ef9d2c
Reviewed-on: https://go-review.googlesource.com/125015
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/par/work.go
src/cmd/go/internal/par/work_test.go