Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
### Fixed
-- Ensure pool asynchronous resource properly track tasks execution
+- Ensure pool asynchronous resource properly track tasks execution.
## [3.0.10] - 2023-12-08
### Changed
-- Add a fastpath when tasks stealing or redistribution is impossible
+- Add a fastpath when tasks stealing or redistribution is impossible.
## [3.0.9] - 2023-11-26
### Fixed
-- Ensure continuous tasks stealing on idle start at worker node idling
+- Ensure continuous tasks stealing on idle start at worker node idling.
## [3.0.7] - 2023-11-24
*
* @returns The key of the worker node.
* @throws {@link https://nodejs.org/api/errors.html#class-error} If after configured retries the worker node key is null or undefined.
- * @throws {@link https://nodejs.org/api/errors.html#class-error} If the maximum consecutive worker choice strategy executions has been reached.
+ * @throws {@link https://nodejs.org/api/errors.html#class-rangeerror} If the maximum consecutive worker choice strategy executions has been reached.
*/
public execute (): number {
const workerChoiceStrategy = this.workerChoiceStrategies.get(