X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=cedb918537d33ecc2d5c46374a923e93770bdf78;hb=c8a9d1714b7b1d592a73751ad6f580121cf75f7f;hp=ba7a9ffe24c2986b4d12b9f24ffbda0240db7701;hpb=d8e6bb3c5f8adc1797760260a1a22c228f76e984;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index ba7a9ffe..cedb9185 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.27
+PoolEvents | poolifier - v2.6.38
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.27
+
  • The search index is not available
  • poolifier - v2.6.38
    @@ -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,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