X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=a08f54e92267b4847f6f4219867366c9b530bb10;hb=0f9351bc4ec527ebd899ca7508131016c12f9f98;hp=91a3dfa883c87c6ca92ac2f54a49d78e5a900871;hpb=f8350486e75b15ed17249cda3d0a55ee807a6a9f;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 91a3dfa8..a08f54e9 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,13 +1,13 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -15,72 +15,69 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

    -
    PoolEvents: Readonly<{
        busy: "busy";
        error: "error";
        full: "full";
        taskError: "taskError";
    }> = ...
    +
    PoolEvents: Readonly<{
        backPressure: "backPressure";
        busy: "busy";
        destroy: "destroy";
        error: "error";
        full: "full";
        ready: "ready";
        taskError: "taskError";
    }> = ...

    Enumeration of pool events.

    -
    +
    +

    Type declaration

    +
    +
    +
  • Defined in src/pools/pool.ts:44
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file