COMMITS
January 21, 2024
C
bump minimum go version for main
Camden Cheek committed
C
bump minimum go version
Camden Cheek committed
M
add Makefile and run benchmarks as part of PRs (#130)
Maria Ines Parnisari committed
January 19, 2024
C
Exclusively use go1.20 multierrors (#127)
Camden Cheek committed
C
Reusable pools (#129)
Camden Cheek committed
C
Make result order deterministic (#126)
Camden Cheek committed
January 8, 2024
C
Multierror: join errors at the end (#132)
Camden Cheek committed
November 12, 2023
C
simplify collection of errors
Camden Cheek committed
C
remove obsolete build directives
Camden Cheek committed
C
add test for nil callback in stream
Camden Cheek committed
K
Use *_test packages to make examples copy-pasteable (#124)
Kimmo Lehto committed
August 3, 2023
K
only execute stream callback when non-nil (#121)
Kimi.Wang committed
June 2, 2023
C
Remove outdated TODO (#117)
Camden Cheek committed
June 1, 2023
C
Add note about errors (#116)
Camden Cheek committed
C
Add `WithFailFast()` (#118)
Camden Cheek committed
May 3, 2023
L
always spawn a worker with the task it was supposed to complete (#112)
Link512 committed
April 10, 2023
C
Allow pools to be reusable (#108)
Camden Cheek committed
March 3, 2023
C
fix result_pool_test.go (#99)
Camden Cheek committed
February 27, 2023
Z
Added successful case for context pool, returns before timeout (#94)
Zhong Dai committed
February 25, 2023
C
Merge pull request #97 from sourcegraph/multierror-internal
Camden Cheek committed
R
multierror: move to internal package
Robert Lin committed
R
Merge pull request #96 from sourcegraph/panics-naming-simplification
Robert Lin committed
February 24, 2023
R
panics: reduce naming stutter in panics.RecoveredPanic
Robert Lin committed
R
Merge pull request #92 from sourcegraph/context-pool-panic
Robert Lin committed
R
pool: add WithCancelOnError and panic test case for ResultContextPool
Robert Lin committed
February 21, 2023
R
pool: use simple defer recover
Robert Lin committed
C
revert test change
Camden Cheek committed
C
fix racy test
Camden Cheek committed
January 22, 2023
E
replace Sourcegraph error lib for smaller dependency
exfly committed
February 17, 2023
R
pool: let WithCancelOnError also cancel on panics
Robert Lin committed