X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=889ed323b63a68d2044725dc81a4146fc03d2cbe;hb=e39450c0889208d6dcde666fc05b95fe7a98ee29;hp=47c9c1689781ca4a93155164a012f72623483624;hpb=69f8ce0ab8ce1afcf350b21796496b8dcd2aaec1;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 47c9c168..889ed323 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,4 +1,4 @@ -ExitHandler | poolifier
+ExitHandler | poolifier
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier
    -
    +

    Type alias ExitHandler<Worker>

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

    Type Parameters

    • -

      Worker

    +

    Worker extends IWorker

    Type declaration

      • -
      • (this: Worker, code: number): void
      • +
      • (this: Worker, code: number): void
      • Callback invoked when the worker exits successfully.

        @@ -34,16 +34,17 @@

        Parameters

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

    Returns void

    - + -
    +

    Theme

    + +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file