X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=ee774d1e76f5695f29c89743424058f601e7811e;hb=1352ca70c0b5c6b4ff3813b0c24354b5514b2796;hp=1119eca35216f9af8d879a8058dafeffe600b7eb;hpb=7dc3841785ff59f315e3c6f8d76e70a05efd8db7;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 1119eca3..ee774d1e 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,3 +1,3 @@ -ExitHandler | poolifier - v3.1.0

Type alias ExitHandler<Worker>

ExitHandler<Worker>: ((this, exitCode) => void)

Type Parameters

  • Worker extends IWorker

    Type of worker.

    -

Type declaration

    • (this, exitCode): void
    • Callback invoked when the worker exits successfully.

      -

      Parameters

      • this: Worker
      • exitCode: number

      Returns void

Generated using TypeDoc

\ No newline at end of file +ExitHandler | poolifier - v4.0.15

Type alias ExitHandler<Worker>

ExitHandler<Worker>: ((this, exitCode) => void)

Callback invoked when the worker exits successfully.

+

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this, exitCode): void
    • Parameters

      Returns void

\ No newline at end of file