feat: use monotonic high resolution timer for worker tasks statistics
[poolifier.git] / src / worker / abstract-worker.ts
2023-04-08  Jérôme Benoitfeat: use monotonic high resolution timer for worker...
2023-04-07  Jérôme Benoitrefactor: add PoolEvents/PoolEvent types
2023-04-07  Jérôme Benoitrefactor: refine worker options scope
2023-04-07  Jérôme Benoitrefactor: check for null and undefined
2023-04-05  Jérôme Benoitrefactor: cleanup type import
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-05  Jérôme Benoitfix: check worker aliveness in all case
2023-04-03  Jérôme Benoitrefactor: condition style
2023-04-02  Jérôme Benoitfix: add missing crypto import
2023-04-01  Jérôme Benoitperf: only check worker status when necessary
2023-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-23  Jérôme BenoitRefine code formatting configuration
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-20  Jérôme BenoitBenchmarks: properly parse env variables
2022-10-15  Jérôme BenoitRefine some comments
2022-10-13  Jérôme BenoitTests: be more strict on number expectation
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitStrict boolean check
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-07  Jérôme BenoitFix eslint configuration
2022-04-18  Jérôme BenoitAbstractWorker: Reorder attributes
2022-04-18  Jérôme BenoitSilence a sonar code smell
2021-12-30  Jérôme BenoitMigrate the code to node.js LTS version 16.x.x (#492)
2021-08-29  Jérôme BenoitRevert type conversion at error handling
2021-08-29  Jérôme BenoitAvoid useless casting at error handling
2021-08-29  Jérôme BenoitApply dependencies update (#488)
2021-08-21  Jérôme BenoitApply dependencies update (#485)
2021-07-10  Jérôme BenoitApply dependencies update (#439)
2021-05-18  Jérôme BenoitDependencies update + API cleanups (#376)
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
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 EPIPE when run unit tests (#187)
2021-02-18  aardizioFix EPIPE on shutdown
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
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  ShinigamiImprovements for #161 (#169)
2021-02-16  aardizioAdd test cases and fixed some sonar code smells
2021-02-16  aardizioChange killBehaviorEnumeration to killBehaviorTypes
2021-02-16  aardizioLinting
2021-02-16  aardizioTODO for shinigami
2021-02-16  Alessandro Pio ArdizioUpdate src/worker/abstract-worker.ts
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-16  aardizioImplementation for killBehavior based on the last feedbacks
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  ShinigamiDe-duplicate code for workers (#154)
2021-02-13  ShinigamiAdd eslint-plugin-jsdoc (#142)
2021-02-13  ShinigamiImprove JSDoc comments (#130)
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...