X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FStrategyPolicy.html;h=c4a47f1cec6abd69abf53a8956846a2185fe22db;hb=63af54001cdb7be2f14d51be593a7f96c8c480b6;hp=d8fe2127ac1d138bf0ac42ef15422b25f2d4dda9;hpb=9ad272eaf0cded8c7e70f1fe6f075c99f23619fa;p=poolifier.git diff --git a/docs/interfaces/StrategyPolicy.html b/docs/interfaces/StrategyPolicy.html index d8fe2127..c4a47f1c 100644 --- a/docs/interfaces/StrategyPolicy.html +++ b/docs/interfaces/StrategyPolicy.html @@ -1,6 +1,6 @@ -StrategyPolicy | poolifier - v3.0.8

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 - v4.0.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.

+
\ No newline at end of file