X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FOnlineHandler.html;h=9b8bd5911f0a702d67143fed7247d7bb4388f744;hb=e9fc6983e78e6e1ca6b29c5390ae66320cdf668a;hp=03e5bb478e19171b209ea77055e9a350369a6ab1;hpb=9ad272eaf0cded8c7e70f1fe6f075c99f23619fa;p=poolifier.git diff --git a/docs/types/OnlineHandler.html b/docs/types/OnlineHandler.html index 03e5bb47..9b8bd591 100644 --- a/docs/types/OnlineHandler.html +++ b/docs/types/OnlineHandler.html @@ -1,3 +1,3 @@ -OnlineHandler | poolifier - v3.0.8

Type alias OnlineHandler<Worker>

OnlineHandler<Worker>: ((this) => void)

Type Parameters

  • Worker extends IWorker

    Type of worker.

    -

Type declaration

    • (this): void
    • Callback invoked when the worker has started successfully.

      -

      Parameters

      • this: Worker

      Returns void

Generated using TypeDoc

\ No newline at end of file +OnlineHandler | poolifier - v3.1.18

Type alias OnlineHandler<Worker>

OnlineHandler<Worker>: ((this) => void)

Callback invoked when the worker has started successfully.

+

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file