X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=2dfb3e54a8c95467101978b7530c861238ece419;hb=67de15a041152a973334839ad2c73284b1b3cbb3;hp=dc9c37721dde4b4e451804116ee5322b5def6505;hpb=ba92b02f642f229cb927ab526148f10107831471;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index dc9c3772..2dfb3e54 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