X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=aa03588392f854479f4ca166c03418d3c90d20ab;hb=f979f2addea63208589a53634c780b3336e97fd8;hp=c32228f1da8eab479d72fd2c9cd7603fe0896b8f;hpb=0bb3df76aeab8a2af9e99ccf91d9e9cc5e751674;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index c32228f1..aa035883 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,125 +1,3 @@ -ExitHandler | poolifier - v2.6.34
-
- -
-
-
-
- -

Type alias ExitHandler<Worker>

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

Type Parameters

-
-
-

Type declaration

-
    -
  • -
      -
    • (this, exitCode): void
    • -
    • -

      Callback invoked when the worker exits successfully.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        exitCode: number
      -

      Returns void

      -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +ExitHandler | poolifier - v3.0.10

Type alias ExitHandler<Worker>

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

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this, exitCode): void
    • Callback invoked when the worker exits successfully.

      +

      Parameters

      • this: Worker
      • exitCode: number

      Returns void

Generated using TypeDoc

\ No newline at end of file