X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=b52bf4c21d1248981ac296d70497e29627ef1538;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=9bffdea6ee18a41f20f0e1a4bbd7d28368624445;hpb=71056a0ac555e096c1428d6341ef45c7980a6332;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 9bffdea6..b52bf4c2 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v3.0.3
-
+
  • The search index is not available
  • poolifier - v3.0.3 +
    @@ -15,7 +15,7 @@
  • poolifier
  • ExitHandler
  • Type alias ExitHandler<Worker>

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

    Type Parameters

      @@ -26,7 +26,7 @@
        • -
        • (this, code): void
        • +
        • (this, exitCode): void
        • Callback invoked when the worker exits successfully.

          @@ -36,16 +36,16 @@
        • this: Worker
        • -
          code: number
    +
    exitCode: number

    Returns void

    +
  • Defined in src/pools/worker.ts:29
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file