perf: use a single map to store pool workers and their related data
[poolifier.git] / src / pools / selection-strategies / round-robin-worker-choice-strategy.ts
2023-04-02  Jérôme Benoitperf: use a single map to store pool workers and their...
2023-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-13  Jérôme BenoitFix strategies internals reset
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-08  Jérôme BenoitGenerate documentation
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime