X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=fb7839def960b78973b6da435d2b6cda8da6ff86;hb=9d96ba4ea0e2e4b06216657cb1641551b59f58ee;hp=daf47918b2b7f91c6a57c7d4a37896394256ac79;hpb=a75da00c7b8dbbb148d2cf2472ce73e4201d9a4a;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index daf47918..fb7839de 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,68 +1,104 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier - v2.7.4
-
+
  • The search index is not available
  • poolifier - v2.7.4 +
    -
    +

    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_ELU: "LEAST_ELU";
        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_ELU: "LEAST_ELU"
      +

      Least ELU 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.

      +
      +
    +
    - +
    + - -
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Theme

    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file