Dedupe worker attributes (#364)
[poolifier.git] / src / pools / abstract-pool.ts
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-24  Jérôme BenoitUntangle pool abstract class from worker strategy selec...
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitImprove worker selection strategies coverage. (#220)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-22  Alessandro Pio ArdizioBenchmarks and performance enhancements (#209)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-19  Jérôme BenoitJSONValue can not be used by custom defined interfaces...
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-17  Jérôme BenoitFactor out worker tasks number in/de-crement. (#182)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-17  ShinigamiImprove jsdoc comments (#175)
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioImplement PR reviews
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioBetter handling for maxInactiveTime on dynamic pools
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  ShinigamiImprove chooseWorker function in dynamic pools (#152)
2021-02-14  ShinigamiRevert choose worker implementation (#148)
2021-02-13  ShinigamiClean worker from pool after it was destroyed (#146)
2021-02-13  ShinigamiImprove property namings (#145)
2021-02-13  ShinigamiAdd eslint-plugin-spellcheck (#139)
2021-02-13  ShinigamiAdd eslint-plugin-jsdoc (#142)
2021-02-13  ShinigamiImprove JSDoc comments (#130)
2021-02-13  Jérôme BenoitSimplify worker choosing (#138)
2021-02-12  Jérôme BenoitAdd protected removeWorker member function (#124)
2021-02-12  ShinigamiOnly allow primitive JSON for transfer between worker...
2021-02-12  Alessandro Pio ArdizioMerge branch 'master' into vscode-debug
2021-02-12  ShinigamiEncapsulate logic of cluster and thread worker/pool...