X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerInfo.html;fp=docs%2Finterfaces%2FWorkerInfo.html;h=d31594cb42eaf4cbc8439074423fb35ff1542106;hb=16799c66c5ad6869a9234215e97b7ce0346ca624;hp=69834ce7e26f2462b9638c1099047252bfa97ffb;hpb=4f48f6135d7d5e6789e443d293bbaa37fb283562;p=poolifier.git diff --git a/docs/interfaces/WorkerInfo.html b/docs/interfaces/WorkerInfo.html index 69834ce7..d31594cb 100644 --- a/docs/interfaces/WorkerInfo.html +++ b/docs/interfaces/WorkerInfo.html @@ -1,15 +1,15 @@ -WorkerInfo | poolifier - v3.1.29

Interface WorkerInfoInternal

Worker information.

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

Properties

dynamic +WorkerInfo | poolifier - v3.1.30

Interface WorkerInfoInternal

Worker information.

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

Properties

dynamic: boolean

Dynamic flag.

-
id: undefined | number

Worker id.

-
ready: boolean

Ready flag.

-
stealing: boolean

Stealing 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.

-
taskFunctionNames?: string[]

Task function names.

-
type: "thread" | "cluster"

Worker type.

-

Generated using TypeDoc

\ No newline at end of file +
taskFunctionNames?: string[]

Task function names.

+
type: "thread" | "cluster"

Worker type.

+
\ No newline at end of file