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