X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ftypes%2FExitHandler.html;h=52ffa9c4f9dc4eee5ac346a5c02c76c9678381b9;hb=3754fe1f0a463bf231ca4789386f92111599b80a;hp=1c0369275e0e95355f5b6ee46906cf70e886a401;hpb=c62a9bbc12416e26acbb3b86b5090d6186b14b60;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 1c036927..52ffa9c4 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,123 +1,3 @@ -ExitHandler | poolifier - v2.6.20
-
- -
-
-
-
- -

Type alias ExitHandler<Worker>

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

Type Parameters

-
-
-

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 - v3.1.28

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

Generated using TypeDoc

\ No newline at end of file