Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Releases: catmullet/go-workers

Bug fix for issue #30

22 Jun 16:31
0a8e61e
Compare
Choose a tag to compare
Merge pull request #31 from catmullet/fix-no-error

Fix for issue #30 Error not bubbling up.

New wait to finish handling

22 May 04:34
a43cebf
Compare
Choose a tag to compare

Inspired by @ebarti's efforts and help with changes.

Updated Release Candidate

05 May 15:38
e4e44d3
Compare
Choose a tag to compare
Pre-release
v1.3.6-rc.2

Testing Stop function

Release candidate for newly refactored workers

20 Apr 23:05
bb36df3
Compare
Choose a tag to compare
v1.3.6-rc.1

Refactor changes for improved worker pools

Latest updates

15 Mar 17:04
c2e61da
Compare
Choose a tag to compare
v1.3.5

remove ants from go mod

Adding legacy integration methods

11 Mar 17:53
c97624c
Compare
Choose a tag to compare
   // OutChannel Returns the workers output channel if worker is not joined with another worker.
   // If the worker already has a child worker attached this function will return an error (workers.ErrOutChannelUpdate).
   OutChannel() (chan interface{}, error)
   // InChannel Returns the workers intake channel for use with legacy systems, otherwise use workers Send() method.
   InChannel() chan interface{}

Code cleanup and minor bug fixes

04 Mar 23:16
abc15cf
Compare
Choose a tag to compare
Merge pull request #26 from catmullet/fix_frozen_parent_workers

Cleanup

Fix bug, wait for remaining workers to finish when loading of wokers is fast

04 Mar 07:59
dd6f534
Compare
Choose a tag to compare
Merge pull request #25 from catmullet/fix_frozen_parent_workers

Fix bug, wait for remaining workers to finish.

Performance and better resource management

04 Mar 06:19
569b5e1
Compare
Choose a tag to compare
Merge pull request #24 from catmullet/fix_frozen_parent_workers

performance enhancements and benchmarks for baseline performance.

Performance and better resource management

04 Mar 05:51
a8dcbcb
Compare
Choose a tag to compare
Merge pull request #23 from catmullet/fix_frozen_parent_workers

Performance enhancements and benchmarks for baseline performance