Variable WorkerTypesConst

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

Enumeration of worker types.

Type declaration

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