1. 14be23e semaphore: cancel acquisition with a done context by Branden Brown · 8 months ago master v0.7.0
  2. 59c1ca1 errgroup: add reference to sync.WaitGroup by Olivier Mengué · 8 months ago v0.6.0
  3. 10739b0 all: update go directive to 1.18 by Dmitri Shuralyov · 8 months ago v0.5.0
  4. 22ba207 singleflight: add panicError.Unwrap method by Eric Wohltman · 9 months ago v0.4.0
  5. 93782cc errgroup: use WithCancelCause to cancel context by Jon Johnson · 1 year, 2 months ago internal-branch.go1.21-vendor v0.3.0
  6. 4966af6 singleflight: example for using Group by Sean Liao · 1 year, 1 month ago
  7. a6666c1 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years, 1 month ago
  8. 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic by Bryan C. Mills · 1 year, 2 months ago v0.2.0
  9. 8fcdb60 singleflight: avoid race between multiple Do calls by Cuong Manh Le · 1 year, 9 months ago internal-branch.go1.20-vendor v0.1.0
  10. 7f9b162 singleflight: remove forgotten field by Cuong Manh Le · 1 year, 9 months ago
  11. f12130a syncmap: remove redundant type conversion by cui fliter · 1 year, 9 months ago
  12. 7fc1605 x/sync/errgroup: clarify docs for Go by Anderson Queiroz · 1 year, 10 months ago
  13. 886fb93 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 11 months ago
  14. 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited) by Jean de Klerk · 2 years ago
  15. 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency by Changkun Ou · 2 years, 1 month ago internal-branch.go1.19-vendor
  16. 036812b all: go fmt ./... by Russ Cox · 3 years, 4 months ago internal-branch.go1.18-vendor
  17. 09787c9 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 6 months ago
  18. 67f06af singleflight: fix flaky TestForget by Cuong Manh Le · 3 years, 8 months ago
  19. b3e1573 singleflight: skip tests involving exec on js/wasm by Bryan C. Mills · 3 years, 8 months ago
  20. 3042136 singleflight: fix hangs after first Do panic by hanliang.kirk · 3 years, 10 months ago
  21. 6e8e738 errgroup: fix go vet "copy lock value" warning by Cholerae Hu · 4 years ago
  22. 43a5402 semaphore: unblock waiters when the front waiter cancels by 徐志强 · 4 years, 3 months ago
  23. cd5d95a syncmap: use type alias for Map by Eric Rutherford · 4 years, 10 months ago
  24. 1122301 semaphore: better error message when releasing more than held by Jean de Klerk · 5 years ago
  25. 56d3577 singleflight: fix duplicate deleting key when Forget called by LE Manh Cuong · 5 years ago
  26. e225da7 all: add a go.mod file by Michael Matloob · 5 years ago
  27. 37e7f08 semaphore: add more Acquire documentation by Jean de Klerk · 6 years ago
  28. 42b3178 all: remove x/net/context in favour of context by Jean de Klerk · 6 years ago
  29. 1d60e46 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  30. fd80eb9 semaphore: add worker-pool example by Bryan C. Mills · 7 years ago
  31. 8e0aa68 README: switch to Markdown, add better links by Kevin Burke · 7 years ago
  32. f52d181 semaphore: make test time independent of GOMAXPROCS by Jonathan Amsterdam · 7 years ago
  33. 57af736 syncmap: release m.mu during (*RWMutexMap).Range callbacks by Bryan C. Mills · 7 years ago
  34. 305c7b3 syncmap: backport CL 42095 by Bryan C. Mills · 7 years ago
  35. de49d9d semaphore: avoid loop variable capture by closure by Jonathan Amsterdam · 7 years ago
  36. 5a06fca semaphore: add a weighted semaphore implementation by Jonathan Amsterdam · 7 years ago
  37. a60ad46 syncmap: remove blocking for all operations on existing keys by Bryan C. Mills · 7 years ago
  38. 86ddc85 syncmap: make quick-check output more readable by Bryan C. Mills · 7 years ago
  39. 37569ff syncmap: add benchmark for Range by Bryan C. Mills · 7 years ago
  40. 54b13b0 syncmap: add a synchronized map implementation. by Bryan C. Mills · 8 years ago
  41. 450f422 .: add codereview.cfg by Josh Bleecher Snyder · 8 years ago
  42. 81567d9 errgroup: fix misleading comment in MD5All example by Bryan C. Mills · 8 years ago
  43. 1ae7c7b singleflight: copy from internal/singleflight in standard library by Matt Layher · 8 years ago
  44. 316e794 sync: delete dummy builders_test file by Bryan C. Mills · 8 years ago
  45. 53cf14c errgroup: fix build errors in errgroup_test by Bryan C. Mills · 8 years ago
  46. 457c582 errgroup: add package by Bryan C. Mills · 8 years ago
  47. c6cf257 sync: add a Go file to make the builders happy by Brad Fitzpatrick · 8 years ago
  48. b62d5b6 initial commit by Andrew Gerrand · 9 years ago