X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=55ab75ed698913cbbf7c6963c49be91a885cf104;hb=749e1fa387ba832c85f789337b3c2e679331cb64;hp=834bd92b191038673039698a0e9c24ef18c2140f;hpb=ed1ecf09c599769ed61771ec25d71c39c19ba70b;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 834bd92b..55ab75ed 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,30 +1,32 @@ -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.

        @@ -32,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