X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=771f58c5f5e3f3d0bb3a3a74d72fbb600f08138e;hb=c22b117f8593bba575a4385b8f125f14b4bf1099;hp=c29b954d84f477bd6902da39a96d5f13d291f9e2;hpb=71056a0ac555e096c1428d6341ef45c7980a6332;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index c29b954d..771f58c5 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.29
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.29
    @@ -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:21
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file