X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=08da0bcdc46f82b48ae7730dd3a4be1373110e7a;hb=f682cfbe8e6e8f9ccc476e15505c914326702a47;hp=7b93d7827302c8099164384793902773047ef264;hpb=85de1563849907302a372b5da416e5cb15c23307;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 7b93d782..08da0bcd 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v4.0.2

Type alias ErrorHandler<Worker>

ErrorHandler<Worker>: ((this, error) => void)

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v4.0.4

Type alias ErrorHandler<Worker>

ErrorHandler<Worker>: ((this, error) => void)

Callback invoked if the worker raised an error.

Type Parameters

  • Worker extends IWorker

    Type of worker.

    -

Type declaration

    • (this, error): void
    • Parameters

      Returns void

\ No newline at end of file +

Type declaration

    • (this, error): void
    • Parameters

      Returns void

\ No newline at end of file