X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=64cc282055a56c00f03d461cd509556499c8ce16;hb=23919b9e65a6ac78db29d8309aec261fffe36bb1;hp=6c85f9899df244f808438721d7d8b0e1cce6ab70;hpb=078116c1d8dde66831fcf40973059818592c8a88;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 6c85f989..64cc2820 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,3 +1,3 @@ -ExitHandler | poolifier - v3.0.5

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.8

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