X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=a7b393298454d3b8d266c679fb105f0f8a16c851;hb=3c9123c7bc41a8815d7371d591ae88e38637bc42;hp=86b8c9569e7b203100bd18b12f7f4116d4792ebd;hpb=c11be5eddc7229e4b77105ed27e93697b65d0146;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 86b8c956..a7b39329 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,84 +1,3 @@ -OnlineHandler | poolifier - v2.7.2
-
- -
-
-
-
- -

Type alias OnlineHandler<Worker>

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

Type Parameters

-
-
-

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 +OnlineHandler | poolifier - v3.1.11

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