X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=8605a186c31cd184f3e274863681031fa0399713;hb=cda623c57bf49a82b898aadf180a68130df34507;hp=233666322fe19a3b266206bcfafa78c5c431a965;hpb=ddc35f92c712f38d9cfd79fd558cf80c0e031219;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index 23366632..8605a186 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,144 +1,6 @@ -StrategyPolicy | poolifier - v2.6.34
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

Properties

-
dynamicWorkerReady +StrategyPolicy | poolifier - v3.0.13

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.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

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.

+

Generated using TypeDoc

\ No newline at end of file