X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=c8dbe2ddf4bf4add1aaa36a50ccbc46d0f5261b4;hb=c03520402c4c5f329df346b743b64da08555995c;hp=7e016e21067cf72a7cb14e629a4722341246602f;hpb=cdec20cb33f3f3c2da6f2645d74f78f6551e85e0;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 7e016e21..c8dbe2dd 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -1,87 +1,18 @@ -WorkerOptions | poolifier - v2.7.4
-
- -
-
-
-
- -

Interface WorkerOptions

-
-

Options for workers.

-
-
-
-

Hierarchy

-
    -
  • WorkerOptions
-
-
-
- -
-
-

Properties

-
- -
async?: boolean
-

Whether your worker will perform asynchronous or not.

-
-
-

Default Value

false
-
- -

Deprecated

This option will be removed in the next major version.

-
-
- -
killBehavior?: "SOFT" | "HARD"
-

killBehavior dictates if your worker will be deleted in case a task is active on it.

-
\ No newline at end of file