X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=e56a864f96f3c0d5891e26f31d34f610b6a7686c;hb=34a6a0e300db95b06b8c4e58e4477af7ea23c3ae;hp=1d6c719c5ccedf91a41f954515ffc2e397384ff5;hpb=2946f23da560702e3f3631887e1eeb88777bd47d;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 1d6c719c..e56a864f 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v3.0.4
-
+
  • The search index is not available
  • poolifier - v3.0.4 +
    @@ -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