X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=0ca5b7c7cb778b6e04e32e453dbc816110260f9e;hb=d912486e16e6971854a0118268bc6d13a0291466;hp=951731b645441f5434af0c282a90801ff373aa1e;hpb=4608939f425568da5553db1f5bf883d4cca18e02;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 951731b6..0ca5b7c7 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -1,85 +1,18 @@ -WorkerOptions | poolifier - v2.6.45
-
- -
-
-
-
- -

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