poolifier
Advanced tools
Changelog
[2.7.2] - 2023-09-23
Changelog
[2.7.1] - 2023-09-20
Changelog
[2.7.0] - 2023-09-19
listTaskFunctions()
to listTaskFunctionNames()
in pool and worker API.hasTaskFunction()
, addTaskFunction()
, removeTaskFunction()
, setDefaultTaskFunction()
methods to pool API: PR #1148.Changelog
[2.6.45] - 2023-09-17
startWorkers
to pool options to whether start the minimum number of workers at pool initialization or not.start()
method to pool API to start the minimum number of workers.taskStealing
and tasksStealingOnBackPressure
to tasks queue options to whether enable task stealing or not and whether enable tasks stealing under back pressure or not.Changelog
[2.6.42] - 2023-09-06
Changelog
[2.6.40] - 2023-09-01