All Versions
9
Latest Version
Avg Release Cycle
113 days
Latest Release
1782 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
March 26, 2020- ๐ท Same worker can be added multiple times
- ๐ Improved performance
- ๐ท Delegate job returns now error if there is no workers
-
v2.0.0 Changes
March 26, 2020โก๏ธ Interface update,
Start
method was removed in favour ofAddWorker
andRemoveWorker
allowing to handle the worker update during pool lifecycle. -
v1.1.6 Changes
July 19, 2019Optimise function reflect value
-
v1.0.5 Changes
May 15, 2019โ Remove internal context cancel usage, range over channel instead of doing select
-
v1.0.4 Changes
May 10, 2019Return from goroutine if channel has been closed
-
v1.0.3
February 01, 2019 -
v1.0.2 Changes
February 01, 2019Now calling
pool.Delegate()
afterpool.Stop()
has been called will panic due to closed channel.
Callingpool.Start
again will return context error. -
v1.0.1 Changes
August 12, 2018Delegate function is now blocking due to the issue where the goroutine won't run at all since delegate function has not other command to run after the goroutine has started.
Now you have to run Delegate function in a goroutine by yourself to avoid blocking.
-
v1.0.0
October 05, 2017