X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=d9705972ece27cd2c1aac53499ec001c2b22dbb5;hb=83a7394335d07f194f409447173dbca8fb5bff28;hp=bfb5316a2242a44d8791a675bf8d6b3ccccdcb49;hpb=67a6f2fa4500ca41675aaec32730093d312a351d;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index bfb5316a..d9705972 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,99 +1,3 @@ -OnlineHandler | poolifier
-
- -
-
-
-
- -

Type alias OnlineHandler<Worker>

-
OnlineHandler<Worker>: ((this: Worker) => void)
-
-

Type Parameters

-
-
-

Type declaration

-
    -
  • -
      -
    • (this: Worker): void
    • -
    • -

      Callback invoked when the worker has started successfully.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      -

      Returns void

-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +OnlineHandler | poolifier - v3.0.9

Type alias OnlineHandler<Worker>

OnlineHandler<Worker>: ((this) => void)

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this): void
    • Callback invoked when the worker has started successfully.

      +

      Parameters

      • this: Worker

      Returns void

Generated using TypeDoc

\ No newline at end of file