Switch to poolifier worker threads pool implementation.
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Jan 2021 20:30:29 +0000 (21:30 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Jan 2021 20:30:29 +0000 (21:30 +0100)
commita4624c96a6c159b4885f5d0baaf592ceec0bab30
tree0c0c471adbc6852f9485e40981481c049ace2f65
parentedf4bd64342698102411d17e433377a9c6eb860d
Switch to poolifier worker threads pool implementation.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 files changed:
docker/config.json
package-lock.json
package.json
src/assets/config-template.json
src/charging-station/ChargingStation.ts
src/charging-station/StationWorker.ts
src/start.ts
src/types/ConfigurationData.ts
src/types/Worker.ts
src/utils/Configuration.ts
src/utils/Constants.ts
src/utils/Utils.ts
src/worker/WorkerDynamicPool.ts [new file with mode: 0644]
src/worker/WorkerFactory.ts
src/worker/WorkerPool.ts [deleted file]
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts [new file with mode: 0644]