X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=d418ebf9e343e0137fef2c2da0d731f480efffca;hb=c6ec7ba0bd7e4b55a552e3fd829617fba567ca93;hp=4e6959d9d9d800844a6a496db7b288cf9f6655bd;hpb=953288ed6e2b952fb17b6fb0ebc4188ce813d53b;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 4e6959d9..d418ebf9 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,124 +1,3 @@ -ExitHandler | poolifier - v2.6.31
-
- -
-
-
-
- -

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.7

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