X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=5006f7c404a2f8b6359b2678c4a96cf098f15231;hb=dab8c377b70fc962ec217f2aeb719842f9f94cd6;hp=573c90d8180bf7280837a2435466fe602f9ebae0;hpb=fb61ac734cb4236948a9c7b58fe55d2ca5665ef2;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 573c90d8..5006f7c4 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