X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-utils.ts;h=4c0fea61ef05a4ebb398a396c580bfe9d0afa084;hb=e5a5c0fc68a38b7d6316cc573c34313aa6ec30e9;hp=70735c086cab01ca34745144d4662f50d94caf20;hpb=78cea37e264d5ca527bc42eb056f3b9579a2b2c4;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-utils.ts b/src/pools/selection-strategies/selection-strategies-utils.ts index 70735c08..4c0fea61 100644 --- a/src/pools/selection-strategies/selection-strategies-utils.ts +++ b/src/pools/selection-strategies/selection-strategies-utils.ts @@ -13,8 +13,8 @@ import { WeightedRoundRobinWorkerChoiceStrategy } from './weighted-round-robin-w /** * Gets the worker choice strategy instance. * - * @param pool The pool instance. - * @param workerChoiceStrategy The worker choice strategy. + * @param pool - The pool instance. + * @param workerChoiceStrategy - The worker choice strategy. * @returns The worker choice strategy instance. */ export function getWorkerChoiceStrategy<