]> Piment Noir Git Repositories - poolifier.git/commitdiff
Merge branch 'master' into feature/task-functions
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 17 Sep 2023 10:25:13 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2023 10:25:13 +0000 (12:25 +0200)
1  2 
CHANGELOG.md
src/pools/pool.ts

diff --cc CHANGELOG.md
index 52a6f5c98d1acd8dc8f61d405643d6a47191044a,2dc18b9d3475745bf97fc151a4a936cd25aa9b2e..570d4e9b2e5eff08336b4a1db9f8a109d1804af8
@@@ -14,8 -13,8 +14,9 @@@ and this project adheres to [Semantic V
  
  ### Added
  
 +- Add `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API.
  - Add `startWorkers` to pool options to whether start the minimum number of workers at pool creation or not.
+ - Add `start()` method to pool API to start the minimum number of workers.
  - Add `taskStealing` and `tasksStealingOnPressure` to tasks queue options to whether enable task stealing or not and whether enable tasks stealing on back pressure or not.
  - Continuous internal benchmarking: https://poolifier.github.io/benchmark-results/dev/bench.
  
Simple merge