X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=fdb7a6e63106a0cfe11d2f7fb15943387a7a0f29;hb=e159532bc99166fb928b43493814cb80c0c47d54;hp=95f858dd7d085520dbe0f0e0ca5f0ae6a4a4b340;hpb=aab0aa502b6d1ca1e2b480460d9cf5f34707c34c;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index 95f858dd..fdb7a6e6 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,104 +1,6 @@ -StrategyPolicy | poolifier - v2.7.4
-
- -
-
-
-
- -

Interface StrategyPolicyInternal

-
-

Strategy policy.

-
-
-
-

Hierarchy

-
    -
  • StrategyPolicy
-
-
-
- -
-
-

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 +StrategyPolicy | poolifier - v3.1.28

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