X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fvariables%2FPoolEvents.html;h=a306454bbea95abed6f430b801303b594f153063;hb=cc35cd9cb7323e39c9f521cdd4fbf51d1d31bbdf;hp=4d468d91efb71fce7182642ae4ce859d9264db50;hpb=c62a9bbc12416e26acbb3b86b5090d6186b14b60;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 4d468d91..a306454b 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.20
+PoolEvents | poolifier - v2.6.40
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.20
+
  • The search index is not available
  • poolifier - v2.6.40
    @@ -15,15 +15,19 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

    -
    PoolEvents: Readonly<{
        busy: "busy";
        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"
    • +
    • Readonly error: "error"
    • Readonly full: "full"
    • @@ -33,7 +37,7 @@
      Readonly taskError: "taskError"
    +
  • Defined in src/pools/pool.ts:44
  • -

    Generated using TypeDoc

    +

    Generated using TypeDoc

    \ No newline at end of file