X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=289e77f3274313f77993ce673c576e6ed0049a43;hb=f63918da6f3fc77cc7f98e4d43e3f37955140468;hp=1b2d422b1aad833ff2346fa6a5c9667a335596ed;hpb=40baeb4e66efa6646d3221029cd012fb7bda8955;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 1b2d422b..289e77f3 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