X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=cd1b024258c2c2c921e6e7e8338cb18a34c7d360;hb=71056a0ac555e096c1428d6341ef45c7980a6332;hp=13108ba69ed896d20cdf637d93b3418b18e1c950;hpb=94ab998f44abe7ed2184a0702c45621b06f5641f;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index 13108ba6..cd1b0242 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,4 +1,4 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier
-
+

Variable WorkerChoiceStrategiesConst

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

Enumeration of worker choice strategies.

-
+
+

Type declaration

+
    +
  • +
    Readonly FAIR_SHARE: "FAIR_SHARE"
    +

    Fair share worker selection strategy.

    +
    +
  • +
  • +
    Readonly Experimental INTERLEAVED_WEIGHTED_ROUND_ROBIN: "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    +

    Interleaved weighted round robin worker selection strategy.

    +
    +
  • +
  • +
    Readonly LEAST_BUSY: "LEAST_BUSY"
    +

    Least busy worker selection strategy.

    +
    +
  • +
  • +
    Readonly LEAST_USED: "LEAST_USED"
    +

    Least used worker selection strategy.

    +
    +
  • +
  • +
    Readonly ROUND_ROBIN: "ROUND_ROBIN"
    +

    Round robin worker selection strategy.

    +
    +
  • +
  • +
    Readonly WEIGHTED_ROUND_ROBIN: "WEIGHTED_ROUND_ROBIN"
    +

    Weighted round robin worker selection strategy.

    +
    +
+
- + -
+

Theme

+ +

Generated using TypeDoc

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