Prepare code for strict type checking
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerFactory.ts
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-22  Jérôme BenoitWorkerFactory.ts: Use nullish coalescing operator
2021-03-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-29  Jérôme BenoitCleanups: renaming.
2021-01-29  Jérôme BenoitFix Wrk default options.
2021-01-27  Jérôme BenoitInitial support for main configuration file changes...
2021-01-26  Jérôme BenoitUse generic for worker data type.
2021-01-26  Jérôme BenoitFix workerSet process mode.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-25  Jérôme BenoitMake filename = default exported class name.
2021-01-24  Jérôme BenoitUse object factory design pattern for code handling...