X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=b52bf4c21d1248981ac296d70497e29627ef1538;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=6b9e25b6778e0b098afd38df4ce6ac1708f7693a;hpb=15e4d8f3cafe9f7412913b0e440921e813bdf3cd;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 6b9e25b6..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,10 +15,10 @@
  • 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,15 +36,16 @@
      • this: Worker
      • -
        code: number
    -

    Returns void

    +

    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