X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=58b30953505756b70fb0a1816bb19b6de551c5fa;hb=c3024c5998f1aa6c228c5db083e160b6fd967d7c;hp=dd56f1ac879b145191b550e4fe002838039cfb7b;hpb=86de0a2d983a71579980758f52cf4c7f1c16abf8;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index dd56f1ac..58b30953 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,3 +1,3 @@ -ExitHandler | poolifier - v3.1.21

Type alias ExitHandler<Worker>

ExitHandler<Worker>: ((this, exitCode) => void)

Callback invoked when the worker exits successfully.

+ExitHandler | poolifier - v3.1.29

Type alias ExitHandler<Worker>

ExitHandler<Worker>: ((this, exitCode) => void)

Callback invoked when the worker exits successfully.

Type Parameters

  • Worker extends IWorker

    Type of worker.

    -

Type declaration

    • (this, exitCode): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file +

Type declaration

    • (this, exitCode): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file