X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=25705e9dfabb1373a8ce4fcedc189e8db1cc7e8c;hb=da9ae51dabab5885ff4ae55f87d9499fdf2b76e5;hp=1a324dfce84c1f8289496d20f1be297854c5d225;hpb=94ab998f44abe7ed2184a0702c45621b06f5641f;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 1a324dfc..25705e9d 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