X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=17120a8549e7a78c09cf144ca5f4a9b16a15b4fb;hb=b2ec8632edaea1f4ee24a532e61ca6e5619b7bfb;hp=44e239bbab316f0b0c3874039b3608693bf4d33c;hpb=8d1797ad15cb2d87ac3c9904ce6df3db45c0c742;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 44e239bb..17120a85 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v3.0.5
-
+
  • The search index is not available
  • poolifier - v3.0.5 +
    @@ -15,18 +15,21 @@
  • poolifier
  • ExitHandler
  • Type alias ExitHandler<Worker>

    -
    ExitHandler<Worker>: ((this, code) => void)
    -
    +
    ExitHandler<Worker>: ((this, exitCode) => void)
    +

    Type Parameters

    -
    +

    Worker extends IWorker

    +

    Type of worker.

    +
    +

    Type declaration

      • -
      • (this, code): void
      • +
      • (this, exitCode): void
      • Callback invoked when the worker exits successfully.

        @@ -36,15 +39,16 @@
      • this: Worker
      • -
        code: number
    -

    Returns void

    +

    Returns void

    +
    +
  • Defined in src/pools/worker.ts:37
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file