Move workers handling code in its own directory.
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 24 Jan 2021 21:12:13 +0000 (22:12 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 24 Jan 2021 21:12:53 +0000 (22:12 +0100)
commit73705988e2448ac96150bb851fa36d059ee40c17
treed77daff187e17ff6a77cbe90f7daa33b327c2ba4
parentd392bb75a5f44c6d6cbecb17d8dde61c1f7ac8fa
Move workers handling code in its own directory.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/start.ts
src/worker/Worker.ts [moved from src/charging-station/Worker.ts with 100% similarity]
src/worker/WorkerGroup.ts [moved from src/charging-station/WorkerGroup.ts with 100% similarity]
src/worker/WorkerPool.ts [moved from src/charging-station/WorkerPool.ts with 100% similarity]