X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=24bf92c113a8849d122330911d9843ad8bb8c7b2;hb=c319c66bad0611acf6087950a1f8a20f8124167b;hp=c1348bffcdfb49910a8a2ec7f4f3ee5c8a04c4bf;hpb=8bd0b5363ad2defbce7c1cc49e616c24ad135dde;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index c1348bff..24bf92c1 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