X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=0595b0142dc2d60995781e35280e07426dbc8066;hb=30d7f6e094a9b837fd85c74ef23188ab28e86644;hp=ffbfaab38a798d8a232214c8998bc850faceb3c3;hpb=3557031d88b5ff00ea86695728b3ba3af46e9faa;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index ffbfaab3..0595b014 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,131 +1,6 @@ -StrategyPolicy | poolifier - v2.6.12
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
useDynamicWorker: boolean
-

Expects direct usage of dynamic worker.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +StrategyPolicy | poolifier - v3.1.8

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