Variable WorkerTypesConst

WorkerTypes: Readonly<{
    cluster: "cluster";
    thread: "thread";
}> = ...

Enumeration of worker types.

Type declaration

  • Readonly cluster: "cluster"
  • Readonly thread: "thread"

Generated using TypeDoc