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