X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=7f7c6da738073cf559501ac966a92571258b00a8;hb=e8701e36c0374bf5a5be45264296575a6615c63d;hp=e304a3f8a05f80025fd73671b3b5c7f577ac6aaf;hpb=0956e79ce8d999bf54e444156d33e582fc428f8d;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index e304a3f8..7f7c6da7 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,3 +1,3 @@ -ExitHandler | poolifier - v4.0.7

Type alias ExitHandler<Worker>

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

Callback invoked when the worker exits successfully.

+ExitHandler | poolifier - v4.0.14

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

\ No newline at end of file +

Type declaration

    • (this, exitCode): void
    • Parameters

      Returns void

\ No newline at end of file