X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=85608cd4af33a0cb0214051433e84ca1f2f9d642;hb=c6ec7ba0bd7e4b55a552e3fd829617fba567ca93;hp=c652d336cdcf27249f69836e51e3030f2820c3e5;hpb=6d59ea2c71b8a88d41498c6fb54dfad95fd3a3ac;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index c652d336..d418ebf9 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,123 +1,3 @@ -ExitHandler | poolifier
-
- -
-
-
-
- -

Type alias ExitHandler<Worker>

-
ExitHandler<Worker>: ((this, code) => void)
-
-

Type Parameters

-
-
-

Type declaration

-
    -
  • -
      -
    • (this, code): void
    • -
    • -

      Callback invoked when the worker exits successfully.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        code: number
      -

      Returns void

      -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +ExitHandler | poolifier - v3.0.7

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