X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=4680230888751eacf58449b2da845c1b267ccefa;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=4aaef17cfe350e337060228b7d76cf791be160e4;hpb=938d9c678aa8e70e5642feffb90604cf25c993fe;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 4aaef17c..46802308 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,13 +1,13 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v3.0.3
-
+
  • The search index is not available
  • poolifier - v3.0.3 +
    @@ -15,10 +15,10 @@
  • poolifier
  • ErrorHandler
  • Type alias ErrorHandler<Worker>

    -
    ErrorHandler<Worker>: ((this, e) => void)
    -
    +
    ErrorHandler<Worker>: ((this, error) => void)
    +

    Type Parameters

    -
    @@ -26,7 +26,7 @@
      • -
      • (this, e): void
      • +
      • (this, error): void
      • Callback invoked if the worker raised an error.

        @@ -36,15 +36,16 @@
      • this: Worker
      • -
        e: Error
    -

    Returns void

    +

    Returns void

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

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file