X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FStrategyPolicy.html;h=11693e12ca2b4b9e3725ef2b4f1bbe5c7513d732;hb=refs%2Ftags%2Fv3.1.7;hp=834904283b56d17ecc85da67d8149cda6338e76b;hpb=b73887071ac359b50a7f117a76b3edf268841aac;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index 83490428..11693e12 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,6 +1,6 @@ -StrategyPolicy | poolifier - v3.0.14

Interface StrategyPolicyInternal

Strategy policy.

-
interface StrategyPolicy {
    dynamicWorkerReady: boolean;
    dynamicWorkerUsage: boolean;
}

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