]> Cypherpunks repositories - gostls13.git/commit
sync: tidy WaitGroup documentation, add WaitGroup.Go example
authorAustin Clements <austin@google.com>
Fri, 4 Apr 2025 16:18:58 +0000 (12:18 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 25 Apr 2025 22:40:11 +0000 (15:40 -0700)
commit7a2689b152785010ee2013fb220a048bfe31e49f
tree07fdb080192e0a7d8baa03287cbbb1d29404247f
parent9f55e7bc2180fefd64723ae6e9524a20a098b19a
sync: tidy WaitGroup documentation, add WaitGroup.Go example

This reframes the WaitGroup documentation with Go at its center and
Add/Done as more "advanced" features.

Updates #63796

Change-Id: I8101972626fdb00c6f7fb185b685227823d10db1
Reviewed-on: https://go-review.googlesource.com/c/go/+/662975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/sync/example_test.go
src/sync/waitgroup.go