X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=c67ebdb4baf19adc9d936c26920d6c1ffc3514c8;hb=003b327529b6d09cad10b6fa3fed6be278add27d;hp=e691d2f4a74c608f99071d1580a4bd80d629da7f;hpb=004a8816ae9b52388de246a9c7a5184a73915ad6;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index e691d2f4..a938d716 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v2.7.5
-
+
  • The search index is not available
  • poolifier - v2.7.5 +
    @@ -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,77 +36,51 @@
        • 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