refactor: move worker choice instance helper into the context class
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 19:24:58 +0000 (21:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 5 Apr 2023 19:24:58 +0000 (21:24 +0200)
commit51fe3d3cb0858b5e2ad96076b51a6b9daa8f852c
treea3ea7e7481e45ae2ab27eb04e49e3a560573d9b1
parent6e7ad9cbdef0036358ad94bce2cdd19a307d158e
refactor: move worker choice instance helper into the context class

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts
src/pools/selection-strategies/selection-strategies-utils.ts [deleted file]
src/pools/selection-strategies/worker-choice-strategy-context.ts
tests/pools/selection-strategies/selection-strategies-utils.test.js [deleted file]
tests/pools/selection-strategies/worker-choice-strategy-context.test.js