1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00
go/src/sync
Michael Stapelberg ace7ce1025 sync: update Map documentation with usage rule of thumb
As per bcmills’s lightning talk at GopherCon 2017:
https://github.com/gophercon/2017-talks/tree/master/lightningtalks/BryanCMills-AnOverviewOfSyncMap

Change-Id: I12dd0daa608af175d110298780f32c6dc5e1e0a0
Reviewed-on: https://go-review.googlesource.com/50310
Reviewed-by: Bryan Mills <bcmills@google.com>
2017-07-21 16:02:43 +00:00
..
atomic sync/atomic: clarify 64-bit alignment bug 2017-07-11 18:32:38 +00:00
cond_test.go all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
cond.go sync: remove note about creating with structures 2017-06-07 21:35:20 +00:00
example_pool_test.go sync: add example for Pool 2016-11-10 05:32:14 +00:00
example_test.go
export_test.go sync: deflake TestPool and TestPoolNew 2017-06-28 22:02:07 +00:00
map_bench_test.go sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test 2017-07-20 18:51:09 +00:00
map_reference_test.go sync: release m.mu during (*RWMutexMap).Range callbacks in sync_test 2017-07-20 18:51:09 +00:00
map_test.go sync: really test DeepCopyMap 2017-04-30 14:17:36 +00:00
map.go sync: update Map documentation with usage rule of thumb 2017-07-21 16:02:43 +00:00
mutex_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
mutex.go sync: remove note about creating with structures 2017-06-07 21:35:20 +00:00
once_test.go
once.go all: single space after period. 2016-03-02 00:13:47 +00:00
pool_test.go sync: deflake TestPool and TestPoolNew 2017-06-28 22:02:07 +00:00
pool.go sync: align poolLocal to CPU cache line size 2017-04-20 22:36:07 +00:00
runtime_sema_test.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
runtime.go sync: make Mutex more fair 2017-02-17 17:24:59 +00:00
rwmutex_test.go runtime: add read/write mutex type 2017-06-19 17:40:38 +00:00
rwmutex.go runtime: add read/write mutex type 2017-06-19 17:40:38 +00:00
waitgroup_test.go all: remove some unused parameters in test code 2017-04-25 14:38:10 +00:00
waitgroup.go sync: make clear that WaitGroup.Done decrements by one 2017-06-21 15:49:18 +00:00