X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-types.ts;h=6ae695ca6dca6141d48cef31dd46c6be5cb08bbb;hb=e34f0ebcd2536e0890242ab414467c0e68ed65e6;hp=f2b401d6faf5bfe879225a71ab635fe4e2c625dc;hpb=feec6e8c04165c3c70a12c9a1c5e64a32b40311c;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-types.ts b/src/pools/selection-strategies/selection-strategies-types.ts index f2b401d6..6ae695ca 100644 --- a/src/pools/selection-strategies/selection-strategies-types.ts +++ b/src/pools/selection-strategies/selection-strategies-types.ts @@ -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)