X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=98eef8b9cf9956de45a3ef11605ba27d6ced3537;hb=71056a0ac555e096c1428d6341ef45c7980a6332;hp=d350b586842ec00d9562e2c439093a099643ed39;hpb=69f8ce0ab8ce1afcf350b21796496b8dcd2aaec1;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index d350b586..16d0c5b9 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,16 @@

          Parameters

          • -
            this: Worker
    -

    Returns void

    +

    Returns void

    +
    - +
    +
    -
    +

    Theme

    + +

    Generated using TypeDoc

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