X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=8ee6a0fbcb28fdbfde45adca8b4087367cc1c8cb;hb=1f9e78bf296d318acc29016077d9aa29f305a04f;hp=ddf486592ff9a8e1e4ce8ba3b4d4d30711929139;hpb=c11be5eddc7229e4b77105ed27e93697b65d0146;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index ddf48659..8ee6a0fb 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,104 +1,6 @@ -StrategyPolicy | poolifier - v2.7.2
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

Properties

-
dynamicWorkerReady +StrategyPolicy | poolifier - v3.1.5

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