X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=f8d24d6abf935d7558608172d7df3e11ed195d01;hb=c6ec7ba0bd7e4b55a552e3fd829617fba567ca93;hp=3bfdd0b2c894502c973d36fda3fece028f30b182;hpb=a75da00c7b8dbbb148d2cf2472ce73e4201d9a4a;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 3bfdd0b2..d418ebf9 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,88 +1,3 @@ -ExitHandler | poolifier
-
- -
-
-
-
- -

Type alias ExitHandler<Worker>

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

Type Parameters

-
    -
  • -

    Worker

-
-

Type declaration

-
    -
  • -
      -
    • (this: Worker, code: number): void
    • -
    • -

      Callback invoked when the worker exits successfully.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        code: 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