X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=7c2b68a0ed7be8ef20536a626d6563061e4e6148;hb=d09e0bdb3dfd7826aa9b5cec7b22f284f39db088;hp=7f1c3c20aedeed935503a3c853234e030b0483d2;hpb=1bb559f95ee0232e20550e28e4cfd3f6556cd8a8;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 7f1c3c20..8b0bb933 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v2.6.41
-
+
  • The search index is not available
  • poolifier - v2.6.41 +
    @@ -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,71 +36,51 @@
        • this: Worker
        • -
          code: number
    -

    Returns void

    +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file