X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=11693e12ca2b4b9e3725ef2b4f1bbe5c7513d732;hb=2885534c1ebf36992a1664c3b26b9917522d4825;hp=e933ad4a381b7053c91012f3c8625c65e87fa827;hpb=078116c1d8dde66831fcf40973059818592c8a88;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index e933ad4a..11693e12 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,6 +1,6 @@ -StrategyPolicy | poolifier - v3.0.5

Interface StrategyPolicyInternal

Strategy policy.

-

Hierarchy

  • StrategyPolicy

Properties

dynamicWorkerReady +StrategyPolicy | poolifier - v3.1.6

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 +
dynamicWorkerUsage: boolean

Expects tasks execution on the newly created dynamic worker.

+

Generated using TypeDoc

\ No newline at end of file