X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=5e0d2727c13f9417d284f0872b52c664b457fc90;hb=f78571a03c2e76d8ade56d367e72f05defe06f19;hp=dc06ec48c3325bfd614c7e479271d905d1b0d915;hpb=ce9e97f17ed0d1b2928919244dce5a7887f843f5;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index dc06ec48..5e0d2727 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,132 +1,6 @@ -StrategyPolicy | poolifier - v2.6.29
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
useDynamicWorker: boolean
-

Expects direct usage of the newly created dynamic worker.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +StrategyPolicy | poolifier - v4.0.10

Interface StrategyPolicyInternal

Strategy policy.

+
interface StrategyPolicy {
    dynamicWorkerReady: boolean;
    dynamicWorkerUsage: boolean;
}

Properties

dynamicWorkerReady: boolean

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

+
dynamicWorkerUsage: boolean

Expects tasks execution on the newly created dynamic worker.

+
\ No newline at end of file