X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=a94d719bde84165acc58773065cc322166665c4d;hb=1d9f69fa27366fd18f2600beeee89187306df22a;hp=9f938ae37d2f18a4b2dd71eacbe998be4512d1d4;hpb=f45a3823ad04902b4c446c7c7de55ca183041953;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 9f938ae3..a94d719b 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.25
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.25
    @@ -15,7 +15,7 @@
  • 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,11 +36,11 @@
        • this: Worker
        • -
          e: Error
    +
    error: Error

    Returns void

    +
  • Defined in src/pools/worker.ts:16
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file