X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerInfo.html;h=e1e2393bf7de2e5820f8367b2d1c85c3287ac483;hb=67c6a853287d5c2df8ab115905b714e644333802;hp=672399544197ded434065119c882ebcf42ae687a;hpb=b697a477e1e0959b4519424d7cd5e59a491798d8;p=poolifier.git diff --git a/docs/interfaces/WorkerInfo.html b/docs/interfaces/WorkerInfo.html index 67239954..e1e2393b 100644 --- a/docs/interfaces/WorkerInfo.html +++ b/docs/interfaces/WorkerInfo.html @@ -1,5 +1,5 @@ -WorkerInfo | poolifier - v4.0.5

Interface WorkerInfoInternal

Worker information.

-
interface WorkerInfo {
    backPressure: boolean;
    dynamic: boolean;
    id: undefined | number;
    ready: boolean;
    stealing: boolean;
    taskFunctionsProperties?: TaskFunctionProperties[];
    type: "thread" | "cluster";
}

Properties

backPressure +WorkerInfo | poolifier - v4.0.9

Interface WorkerInfoInternal

Worker information.

+
interface WorkerInfo {
    backPressure: boolean;
    dynamic: boolean;
    id: undefined | number;
    ready: boolean;
    stealing: boolean;
    taskFunctionsProperties?: TaskFunctionProperties[];
    type: "thread" | "cluster";
}

Properties

backPressure dynamic id ready @@ -8,11 +8,11 @@ type

Properties

backPressure: boolean

Back pressure flag. This flag is set to true when worker node tasks queue has back pressure.

-
dynamic: boolean

Dynamic flag.

-
id: undefined | number

Worker id.

-
ready: boolean

Ready flag.

-
stealing: boolean

Stealing flag. +

dynamic: boolean

Dynamic flag.

+
id: undefined | number

Worker id.

+
ready: boolean

Ready flag.

+
stealing: boolean

Stealing flag. This flag is set to true when worker node is stealing tasks from another worker node.

-
taskFunctionsProperties?: TaskFunctionProperties[]

Task functions properties.

-
type: "thread" | "cluster"

Worker type.

-
\ No newline at end of file +
taskFunctionsProperties?: TaskFunctionProperties[]

Task functions properties.

+
type: "thread" | "cluster"

Worker type.

+
\ No newline at end of file