X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=e53cb979c973a57c99e5f864e266957cf2bf6c77;hb=3a592a1254b999797590d1b54662b747eed17528;hp=4abf245fe63ba80f62f01903356555ba690fa57f;hpb=3aaed019abde0022e986c1db05db9d5d7bc76594;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 4abf245f..e53cb979 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,4 +1,4 @@ -OnlineHandler | poolifier
+OnlineHandler | poolifier
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • 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