Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
### Added
-- Add `LEAST_ELU` worker choice strategy.
+- Add `LEAST_ELU` worker choice strategy (experimental).
### Changed
- Switch pool event emitter to `EventEmitterAsyncResource`.
- Add tasks wait time accounting in per worker tasks usage.
-- Add interleaved weighted round robin worker choice strategy (experimental).
+- Add interleaved weighted round robin `INTERLEAVED_WEIGHTED_ROUND_ROBIN` worker choice strategy (experimental).
### Changed