Skip to content

Tags: bigodines/bigopool

Tags

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add v3 to package name for go module compatibility (#20)

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
change the way workers cleanup and pool dispatcher closes out to avoi…

…d odd waitgroup race condition. add benchmark makefile target (#19)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap errors so that caller's can unwrap the error (#15)

* use uber's multierr so that caller's can unwrap the error

* don't use uber's multierr

* added test case where there is no error

v3.2.0

Toggle v3.2.0's commit message
update target go version in travis

v3.2

Toggle v3.2's commit message
update target go version in travis

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V3.1.2 (#12)

* Revert "eliminate data races (#11)"

This reverts commit 66c4a73.

* cleanup after yourselves

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
eliminate data races (#11)

v3.1.0

Toggle v3.1.0's commit message
Add CancelableParallel (#9)

* Add CancelableParallel.

CancelableParallel is similar to Parallel, except it passes a
context.Context to the worker functions, and cancels the context as soon
as a worker function returns with an error.

* Use a timer in the test so it finishes faster

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from bigodines/unify-errors

Unify errors

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from brandoneprice31/fix

fixed package naming