]> Cypherpunks repositories - gostls13.git/commit
sync.once: document that Do cannot be invoked recursively.
authorRob Pike <r@golang.org>
Thu, 12 Aug 2010 02:59:37 +0000 (12:59 +1000)
committerRob Pike <r@golang.org>
Thu, 12 Aug 2010 02:59:37 +0000 (12:59 +1000)
commit32a81fa8bb61a46eecea5d5956ad8fbc49fee7a3
treeec1e2a12ff08052014478c96ed60180de1c84e4d
parent8fcdc6a1e2cd91390130f7122be427466db000e9
sync.once: document that Do cannot be invoked recursively.
documentation change only.

R=rsc
CC=golang-dev
https://golang.org/cl/1964043
src/pkg/sync/once.go