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

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