No description
Find a file
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
errgroup errgroup: fix misleading comment in MD5All example 2016-12-01 22:51:26 +00:00
semaphore semaphore: avoid loop variable capture by closure 2017-04-18 21:08:38 +00:00
singleflight singleflight: copy from internal/singleflight in standard library 2016-10-04 23:36:20 +00:00
syncmap syncmap: release m.mu during (*RWMutexMap).Range callbacks 2017-05-10 20:14:52 +00:00
AUTHORS initial commit 2015-10-30 14:31:46 +11:00
codereview.cfg .: add codereview.cfg 2016-12-06 01:46:32 +00:00
CONTRIBUTING.md initial commit 2015-10-30 14:31:46 +11:00
CONTRIBUTORS initial commit 2015-10-30 14:31:46 +11:00
LICENSE initial commit 2015-10-30 14:31:46 +11:00
PATENTS initial commit 2015-10-30 14:31:46 +11:00
README initial commit 2015-10-30 14:31:46 +11:00

This repository provides Go concurrency primitives in addition to the
ones provided by the language and "sync" and "sync/atomic" packages.