X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=bac73c51ee10fc88d5277367629cf2c0f5a43c1b;hb=e39450c0889208d6dcde666fc05b95fe7a98ee29;hp=4e52b0f4cf3ad2b7a2de66032775e709bd8b6ff4;hpb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 4e52b0f4..bac73c51 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: Worker) => void)

Type Parameters

  • -

    Worker

+

Worker extends IWorker

Type declaration

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