X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerInfo.html;h=89c14ddb1c1513d294d8b883444cf763a4b27484;hb=86de0a2d983a71579980758f52cf4c7f1c16abf8;hp=38817ad48b2441c0bc9d6e04eb0fdafcdd25a8a0;hpb=a47027a0bf90ce21b528708dadd0eb23b5537b43;p=poolifier.git diff --git a/docs/interfaces/WorkerInfo.html b/docs/interfaces/WorkerInfo.html index 38817ad4..89c14ddb 100644 --- a/docs/interfaces/WorkerInfo.html +++ b/docs/interfaces/WorkerInfo.html @@ -1,171 +1,15 @@ -WorkerInfo | poolifier - v2.6.21
-
- -
-
-
-
- -

Interface WorkerInfoInternal

-
-

Worker information.

-
-
-
-

Hierarchy

-
    -
  • WorkerInfo
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
dynamic: boolean
-

Dynamic flag.

-
-
-
- -
id: undefined | number
-

Worker id.

-
-
-
- -
messageChannel?: MessageChannel
-

Message channel.

-
-
-
- -
ready: boolean
-

Ready flag.

-
-
-
- -
type: "thread" | "cluster"
-

Worker type.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +WorkerInfo | poolifier - v3.1.21

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