Prepare code for strict type checking
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerDynamicPool.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-11  Jérôme BenoitImprove a bit JSDoc.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-03-09  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-08  Jérôme BenoitPer worker max number of elements is not relevant on...
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-24  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-19  Jérôme BenoitAlign worker code naming.
2021-02-19  Jérôme BenoitUpdate to poolifier 2.0.0-beta.6 (#10)
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
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-25  Jérôme BenoitFix worker thread exit message.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.