X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=49818bbb4027bb86af55b63c681d67a54102731c;hb=4c0e63fa25ace7b3c8be450b7aaae69ca946d9ea;hp=12c40eeb13fe736a0277bd558440931bc84f8836;hpb=79458fb6e10234a237757111e710f8f71424fa06;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 12c40eeb..49818bbb 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,4 +1,4 @@ -OnlineHandler | poolifier
+OnlineHandler | poolifier
-
+

Type alias OnlineHandler<Worker>

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

Type Parameters

-
    +
    • -

      Worker

+

Worker extends IWorker

Type declaration

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

        @@ -34,14 +34,15 @@

        Parameters

        • -
          this: Worker
+
this: Worker

Returns void

- +
+
-
+

Theme

+ +

Generated using TypeDoc

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