X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=fc82cd89cb01b3d7fa6b197550f6517c775c901c;hb=bb3f9b66fa2241864d31937eeced22caab83d17e;hp=06d6cc14b3f46631384315a58d91d739a4c4accb;hpb=4101537483d2883af1f76ef2366bb7e92d0d3c4e;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 06d6cc14..fc82cd89 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