X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerTypes.html;h=bc9c6f3e97676dfc706f5753a4378d4fab829352;hb=refs%2Fheads%2Fmaster;hp=11f2437b9aba5f5ff02d6653235032f78be77f70;hpb=96f3886ad347290d2072643379e9bfb495d905c3;p=poolifier.git diff --git a/docs/variables/WorkerTypes.html b/docs/variables/WorkerTypes.html index 11f2437b..2fc84aa1 100644 --- a/docs/variables/WorkerTypes.html +++ b/docs/variables/WorkerTypes.html @@ -1,2 +1,2 @@ -WorkerTypes | poolifier - v4.0.7

Variable WorkerTypesConst

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

Enumeration of worker types.

-

Type declaration

  • cluster: "cluster"
  • thread: "thread"
\ No newline at end of file +WorkerTypes | poolifier - v4.2.3

Variable WorkerTypesConst

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

Enumeration of worker types.

+