X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=c8dbe2ddf4bf4add1aaa36a50ccbc46d0f5261b4;hb=c03520402c4c5f329df346b743b64da08555995c;hp=ae0e0e6bebb6bbffcb4f999db074d82304f94d69;hpb=95d287d1625c80929657a9f217774c5c8f6668e7;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index ae0e0e6b..c8dbe2dd 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -1,85 +1,18 @@ -WorkerOptions | poolifier - v2.6.41
-
- -
-
-
-
- -

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