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