Merge branch 'interleaved-weighted-round-robin-worker-choice-strategy' of github...
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index f2b401d6faf5bfe879225a71ab635fe4e2c625dc..6ae695ca6dca6141d48cef31dd46c6be5cb08bbb 100644 (file)
@@ -24,6 +24,8 @@ export const WorkerChoiceStrategies = Object.freeze({
   WEIGHTED_ROUND_ROBIN: 'WEIGHTED_ROUND_ROBIN',
   /**
    * Interleaved weighted round robin worker selection strategy.
+   *
+   * @experimental
    */
   INTERLEAVED_WEIGHTED_ROUND_ROBIN: 'INTERLEAVED_WEIGHTED_ROUND_ROBIN'
 } as const)