X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=2d2993a6aa03730e664f30a6952e02885cffd17f;hb=d087803425ae5b3577028029dd1d2dae67d7f63b;hp=bac4ededa6f31f6edc04104010287a615ef477d9;hpb=79f98bd9040049eec047b50d2cbd0878fdc9e6f1;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index bac4eded..2d2993a6 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,131 +1,6 @@ -StrategyPolicy | poolifier - v2.6.15
-
- -
-
-
-
- -

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 - v3.1.9

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