Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
### Added
- Add `full` event to dynamic pool.
-- Keep worker choice strategy usage in memory for reuse.
+- Keep worker choice strategy usage in memory for conditional reuse.
## [2.4.1] - 2023-04-05
}
/**
- * Constructs a worker choice strategy attached to the pool.
+ * Constructs a worker choice strategy bound to the pool.
*
* @param pool - The pool instance.
*/
*/
readonly pool: IPoolInternal<Worker, Data, Response>
/**
- * Is the pool attached to the strategy dynamic?.
+ * Is the pool bound to the strategy dynamic?.
*/
readonly isDynamicPool: boolean
/**