X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=7b93d7827302c8099164384793902773047ef264;hb=2ac6677fd9d31c7132d88980a5f3b239d6949716;hp=f6380ae227262394a60f83132ec810f0fb9d954f;hpb=50b4c8bbd3fc81c6bbb964579677a9120cb84b51;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index f6380ae2..7b93d782 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v4.0.0

Type alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v4.0.2

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