X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=e70622cfd0ab67be9b11b9fccbc161a53a1bad7d;hb=3208363b11ab8c5310918876e93d77a9407c25cb;hp=8aa84beaa3e583c6dacf52f192d5ef77b2965850;hpb=5decbf239157d04bdf38a642fe2757f565a8d466;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 8aa84bea..e70622cf 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,13 +1,13 @@ -ExitHandler | poolifier
+ExitHandler | poolifier - v3.0.1
-
+
  • The search index is not available
  • poolifier - v3.0.1 +
    @@ -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