]> Cypherpunks repositories - gostls13.git/commit
sync: add caution about where to call (*WaitGroup).Add
authorRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 13:05:46 +0000 (08:05 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 13:05:46 +0000 (08:05 -0500)
commit02e05817ada2bd3d0492387a032b1aa879c2cd3f
tree264e8af6a0250841d1e2d52adbd43e4e88f1e820
parent71c941b6f6c133dec3c632b373eaae458eb055e7
sync: add caution about where to call (*WaitGroup).Add

Fixes #4762.

R=daniel.morsing, adg
CC=golang-dev
https://golang.org/cl/7308045
src/pkg/sync/waitgroup.go