X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=5a11aea53de42397b1867971676653cc4f92c5d2;hb=761b0c73be0bf581f50a78123913f933bd405f52;hp=86cea39d34e4456bad050d92823a5eb471080edc;hpb=71a64eca52278c2396cf7cb6e6c53fce3704f5ab;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 86cea39d..5a11aea5 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: Worker) => void)

Type Parameters

  • -

    Worker

+

Worker extends IWorker

Type declaration

    • -
    • (this: Worker): void
    • +
    • (this: Worker): 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