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

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

    Enumeration of pool events.

    Type declaration

    • +
      Readonly backPressure: "backPressure"
    • +
    • Readonly busy: "busy"
    • Readonly destroy: "destroy"
    • @@ -35,85 +37,47 @@
      Readonly taskError: "taskError"
    +
  • 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