X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerInfo.html;h=8327f3d26c062713c953aa8ca7946a778147f708;hb=d577f930d487c04ab3a6d63cbd25f68f95bc4298;hp=cc8146ade9036ccda608b7507f7fb3932b8af21b;hpb=4608939f425568da5553db1f5bf883d4cca18e02;p=poolifier.git diff --git a/docs/interfaces/WorkerInfo.html b/docs/interfaces/WorkerInfo.html index cc8146ad..8327f3d2 100644 --- a/docs/interfaces/WorkerInfo.html +++ b/docs/interfaces/WorkerInfo.html @@ -1,134 +1,15 @@ -WorkerInfo | poolifier - v2.6.45
-
- -
-
-
-
- -

Interface WorkerInfoInternal

-
-

Worker information.

-
-
-
-

Hierarchy

-
    -
  • WorkerInfo
-
-
-
- -
-
-

Properties

-
dynamic +WorkerInfo | poolifier - v3.1.20

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.

-
-
-
- -
taskFunctions?: string[]
-

Task function names.

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

Worker type.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

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