X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ftypes%2FExitHandler.html;h=a183909c5f730a6fcb039926236866d6f4afaffb;hb=bf4dcb92f8d370524a2975961731fe6c4e8b083c;hp=47c9c1689781ca4a93155164a012f72623483624;hpb=356d077f5c6166732d2df598004bec39ae915725;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 47c9c168..a183909c 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, code) => void)
    +

    Type Parameters

    -
      +
      • -

        Worker

    +

    Worker extends IWorker

    Type declaration

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

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

          Parameters

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

    Returns void

    - +
    +
    -
    +

    Theme

    + +

    Generated using TypeDoc

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