X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=081a25f5aae0face0ccc3c5230c51d6ca7239f90;hb=d912486e16e6971854a0118268bc6d13a0291466;hp=1475084bdd920112c9629981c6018da07792e9cc;hpb=c5d5cc086c12de1bc8ceb7f6bcda6b8e283ab405;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 1475084b..081a25f5 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v4.0.8

Type alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v4.0.10

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