X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=f820a85c3f8e7c6d475ac7463a11ccdd1ae9f98d;hb=3c7c9bd12cf4b0cec0e0a3825c31f7cc9f3f58fe;hp=497be3e9cea137a747c1de016ec579962429156c;hpb=f05afd162e34836a52c48b05781750e3421424d8;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 497be3e9..f820a85c 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.21
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.21
    @@ -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