Skip to content

Tags: dpaks/goworkers

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Wait() (#16)

Added Wait()
This function waits till all the jobs complete but doesn't cleanup
the associated resources.

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added a wait flag in Stop(wait bool) (#15)

* Added a wait flag in Stop(wait bool)
Stop(true) blocks until all the output channels are read from
* Enhanced examples
* start just 1 worker by default to conform to the user input for max workers in case they provide 1

v1.5.0

Toggle v1.5.0's commit message
removed apache 2 license headers

v1.4.0

Toggle v1.4.0's commit message
made it faster

v1.3.0

Toggle v1.3.0's commit message

Verified

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

* Added a test to verify that even with 2 instances of goworkers, jobs and their output do not get mixed up

* more tweaks, better perf

v1.2.0

Toggle v1.2.0's commit message

Verified

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

* Removed timeout and logs options
1. Removed timeout option
All workers will be killed if Stop() is called and if their jobs are
finished
2. Disabling logs - it is now an unexported global variable
Logging is expensive

v1.1.0

Toggle v1.1.0's commit message
removed an unnecessary logic

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Not send nil to error channel (#9)

* SubmitCheckError should not send nil to ErrChan. (#8)

* fixed tests

Co-authored-by: devlights <gsf.zero1@devlights.onmicrosoft.com>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md