perf: bind to this some methods in the tasks execution code path
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
2023-04-04  Jérôme Benoitperf: bind to this some methods in the tasks execution...
2023-04-04  Jérôme Benoitperf: allow finer grained control over tasks usage...
2023-04-03  Jérôme Benoitfix: ensure worker removal impact is propated to worker...
2023-04-03  Jérôme Benoitperf: use worker key as much as possible instead of...
2023-03-10  Jérôme Benoitfix: initialize attribute in the constructor
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-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-08  Jérôme BenoitGenerate documentation
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime