errgroup/syncmap
Bryan C. Mills 57af736625 syncmap: release m.mu during (*RWMutexMap).Range callbacks
The mainline syncmap.Map has allowed mutations within Range callbacks
since https://golang.org/cl/37342. The reference
implementations used in map_bench_test need to do the same.

Change-Id: Id73d254fa01cc64a1f00eb1903488796e1282423
Reviewed-on: https://go-review.googlesource.com/42956
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-05-10 20:14:52 +00:00
..
map.go syncmap: remove blocking for all operations on existing keys 2017-03-15 18:56:49 +00:00
map_bench_test.go syncmap: release m.mu during (*RWMutexMap).Range callbacks 2017-05-10 20:14:52 +00:00
map_reference_test.go syncmap: release m.mu during (*RWMutexMap).Range callbacks 2017-05-10 20:14:52 +00:00
map_test.go syncmap: backport CL 42095 2017-05-04 18:26:18 +00:00