X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=85221f913cdf7ed446e7ad27520598e7f9a17a29;hb=a6b5c73ccccb3ef0ccc24ad462182e3cacee77b4;hp=653b553dd60f4145610c6ebbb4447940c6f5e886;hpb=7e2a464b15953320c79646e2ff88d953db4e5b96;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 653b553d..e643c585 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,30 +1,32 @@ -OnlineHandler | poolifier
+OnlineHandler | poolifier - v2.6.9
-
+
  • The search index is not available
  • poolifier - v2.6.9 +
    -
    +

    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.

          @@ -32,14 +34,16 @@

          Parameters

          • -
            this: Worker
    -

    Returns void

    +

    Returns void

    +
    - +
    +
    -
    +

    Theme

    + +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file