X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=a42b6ef54c978dc94c6e80807cb54036a791776d;hb=0e502832d98443e291ea5558423ca0de86b96e13;hp=e085dbee1af8f3d2802209150cefe64a75f15c96;hpb=fb61ac734cb4236948a9c7b58fe55d2ca5665ef2;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index e085dbee..a42b6ef5 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,68 +1,104 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier - v2.6.42
-
+
  • The search index is not available
  • poolifier - v2.6.42 +
    -
    +

    Variable WorkerChoiceStrategiesConst

    -
    WorkerChoiceStrategies: Readonly<{
        FAIR_SHARE: "FAIR_SHARE";
        LESS_RECENTLY_USED: "LESS_RECENTLY_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