X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=7f0cdbdadd2c08b93c9f5b528c57b6308a683021;hb=dc021bcca72f8b4d185d96a301579612fba2793b;hp=b50e99a938738514174311a2de87774abedf4d30;hpb=a15339d10554e3130fa1d8957163cb29a8eb2c41;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index b50e99a9..7f0cdbda 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,4 +1,4 @@ -StrategyPolicy | poolifier - v2.6.12
+StrategyPolicy | poolifier - v2.6.34
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.12
+
  • The search index is not available
  • poolifier - v2.6.34
    @@ -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 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.

    +
    +