X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=4c4487b3ef7e85d51da51c230a8d583c40b550ec;hb=ec06e4dd01adf7aa4bab470c59da42c19d863d0b;hp=6d5fb75bae5e7e0b2b45b0c9c0f592a2f1351455;hpb=0c1d2aee9268a3d1cad693d46d3ffe253e1f6a41;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 6d5fb75b..4c4487b3 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier
    -
    +

    Type alias ErrorHandler<Worker>

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

    Type Parameters

    • -

      Worker

    +

    Worker extends IWorker

    Type declaration

      • -
      • (this: Worker, e: Error): void
      • +
      • (this: Worker, e: Error): void
      • Callback invoked if the worker raised an error.

        @@ -34,16 +34,17 @@

        Parameters

        • -
          this: Worker
        • +
          this: Worker
        • e: Error

    Returns void

    - + -
    +

    Theme

    + +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file