X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=1a87c52d3f0b4fe689c1f9e902669ed3c3f4e2ef;hb=bf4dcb92f8d370524a2975961731fe6c4e8b083c;hp=ddce9a310fb47197a0c8d4c8d513bbe991542ba2;hpb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index ddce9a31..1a87c52d 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,27 +1,30 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier
-
+
-
+

Variable WorkerChoiceStrategiesConst

-
WorkerChoiceStrategies: Readonly<{ LESS_RECENTLY_USED: "LESS_RECENTLY_USED"; ROUND_ROBIN: "ROUND_ROBIN" }> = ...
+
WorkerChoiceStrategies: Readonly<{
    FAIR_SHARE: "FAIR_SHARE";
    LESS_BUSY: "LESS_BUSY";
    LESS_USED: "LESS_USED";
    ROUND_ROBIN: "ROUND_ROBIN";
    WEIGHTED_ROUND_ROBIN: "WEIGHTED_ROUND_ROBIN";
}> = ...

Enumeration of worker choice strategies.

- + -
+

Theme

+ +

Generated using TypeDoc

-
\ No newline at end of file +
\ No newline at end of file