Optimize worker handlers calls by binding them to the current instance
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 14:20:34 +0000 (15:20 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Jan 2023 14:20:34 +0000 (15:20 +0100)
commit0e4fa348298d36900560f7466f21f44090d2fe1b
tree4d03a40fb76435ec849a6b97d310b7ad125d85a2
parent1246bb5219abcba862da33dea264154a747d3814
Optimize worker handlers calls by binding them to the current instance

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 files changed:
.eslintrc.json
package-lock.json
package.json
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/ChargingStationWorker.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/Worker.ts
src/utils/Utils.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts