X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerTypes.html;h=203cae18dedfb77b5dcd32077503660f94c93afe;hb=5d1b49719459de479de5dabe173ceff38d6c4071;hp=e069d5c41a0eab3e10af2a50dd21a06e91896f6c;hpb=c6ec7ba0bd7e4b55a552e3fd829617fba567ca93;p=poolifier.git diff --git a/docs/variables/WorkerTypes.html b/docs/variables/WorkerTypes.html index e069d5c4..203cae18 100644 --- a/docs/variables/WorkerTypes.html +++ b/docs/variables/WorkerTypes.html @@ -1,2 +1,2 @@ -WorkerTypes | poolifier - v3.0.7

Variable WorkerTypesConst

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

Enumeration of worker types.

-

Type declaration

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

Generated using TypeDoc

\ No newline at end of file +WorkerTypes | poolifier - v4.0.10

Variable WorkerTypesConst

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

Enumeration of worker types.

+

Type declaration

  • cluster: "cluster"
  • thread: "thread"
\ No newline at end of file