1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/sync
Rob Pike dc8572c3fe sync: explain Pool's intentions
Expand the type's doc comment to make its purpose clear
and discourage misuse.

R=golang-codereviews, gobot, rsc
CC=golang-codereviews
https://golang.org/cl/44680043
2013-12-20 11:15:50 -08:00
..
atomic sync/atomic: explain how to subtract an unsigned constant 2013-10-03 10:40:42 -07:00
cond_test.go sync: faster Cond 2013-08-13 14:45:36 +04:00
cond.go sync: faster Cond 2013-08-13 14:45:36 +04:00
example_test.go sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
export_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex.go sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
once_test.go sync: add Once test with panic 2012-09-20 23:29:29 +04:00
once.go sync: improve once.Do documentation readability 2013-08-28 12:53:59 +10:00
pool_test.go sync: add Pool type 2013-12-18 11:08:34 -08:00
pool.go sync: explain Pool's intentions 2013-12-20 11:15:50 -08:00
race0.go sync: improve race instrumentation of WaitGroup 2013-06-10 22:38:58 +04:00
race.go sync: improve race instrumentation of WaitGroup 2013-06-10 22:38:58 +04:00
runtime_sema_test.go runtime: API 2012-02-19 00:11:44 -05:00
runtime.go sync: faster Cond 2013-08-13 14:45:36 +04:00
rwmutex_test.go all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
rwmutex.go sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
waitgroup_test.go sync: mention that WaitGroup.Add panics 2012-07-19 11:55:03 -07:00
waitgroup.go sync: fix race instrumentation of WaitGroup 2013-06-25 20:27:19 +04:00