1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00
go/src/sync
qiulaidongfeng a35bb44adc sync: deemphasize goroutines in RWMutex documentation
Fixes #41555

Change-Id: I46b9535b1687d481d2ac76296e8ba7de26d6e2e2

Change-Id: I46b9535b1687d481d2ac76296e8ba7de26d6e2e2
GitHub-Last-Rev: 38af46c189
GitHub-Pull-Request: golang/go#61977
Reviewed-on: https://go-review.googlesource.com/c/go/+/518859
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
2023-09-07 16:18:47 +00:00
..
atomic
cond_test.go
cond.go sync: document why copyChecker checks the condition twice 2023-08-16 15:36:31 +00:00
example_pool_test.go
example_test.go
export_test.go
map_bench_test.go
map_reference_test.go
map_test.go sync: prevent (*Map).Range from always escaping 2023-09-01 22:41:39 +00:00
map.go sync: prevent (*Map).Range from always escaping 2023-09-01 22:41:39 +00:00
mutex_test.go
mutex.go
once_test.go
once.go
oncefunc_test.go
oncefunc.go
pool_test.go
pool.go
poolqueue.go
runtime2_lockrank.go
runtime2.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go sync: deemphasize goroutines in RWMutex documentation 2023-09-07 16:18:47 +00:00
waitgroup_test.go
waitgroup.go