Interface WorkerInfoInternal

Worker information.

Hierarchy

  • WorkerInfo

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