X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=163ee1691e1c2965d94a7084fe12723f11a62859;hb=b9f66dae32dbfe46e83c7a498c133855fc6af2a2;hp=2eb2fc099aa04642f4a01fe8fa82cebc12f93fab;hpb=8d98e603c79d8d00b2b6a33e5f732701a7466234;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 2eb2fc09..163ee169 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v3.0.0
-
+
  • The search index is not available
  • poolifier - v3.0.0 +
    @@ -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,15 +36,16 @@
        • this: Worker
        • -
          code: number
    -

    Returns void

    +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file