X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=6b3fd77734ddd590be7800674663819b8c4a51b6;hb=6a677734f19a229fe6a863acd0e6aa0b0d762d6f;hp=cd486ad1a010159bd54f5f5f11190fc9cdf9322d;hpb=fcb83cac5406186d9646362d0f3f97db339012d9;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index cd486ad1..6b3fd777 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v4.0.13

Type alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v4.0.14

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