X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=be31e98696e242d00f8f1ebd3c4a7786674664f4;hb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;hp=4211129a4cc550920a327aa5052a39bf2d1e2afa;hpb=8d1797ad15cb2d87ac3c9904ce6df3db45c0c742;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 4211129a..be31e986 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,13 +1,13 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -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,69 +36,51 @@
      • 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