X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=1475084bdd920112c9629981c6018da07792e9cc;hb=23919b9e65a6ac78db29d8309aec261fffe36bb1;hp=0938ef9359bd37f550530a9eb16e156df1cbec1a;hpb=e372fd5367a524fd030b507e0acc842634c24ad9;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 0938ef93..1475084b 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v4.0.6

Type alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v4.0.8

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