X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=067f2a2951a3f435da4c2feeda92fc69b27196ac;hb=fd98bbb90c7202f5dd734c029f3cee2f997aea24;hp=1734e4e0e8d47538cb71b6c5d5162dc34eb2c32b;hpb=fa5bdff51f129cada6116f34289dfe5a16bb4c9e;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index 1734e4e0..067f2a29 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,4 +1,4 @@ -StrategyPolicy | poolifier - v2.6.30
+StrategyPolicy | poolifier - v2.6.32
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.30
+
  • The search index is not available
  • poolifier - v2.6.32
    @@ -24,7 +24,7 @@
    • StrategyPolicy
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:152
  • @@ -32,18 +32,27 @@

    Properties

    -
    - -
    useDynamicWorker: boolean
    -

    Expects direct usage of the newly created dynamic worker.

    +
    + +
    dynamicWorkerReady: boolean
    +

    Expects the newly created dynamic worker to be flagged as ready.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:160
  • +
    + +
    dynamicWorkerUsage: boolean
    +

    Expects tasks execution on the newly created dynamic worker.

    +
    +