X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=d6c462740d3a54b9c161f0b3b0e0f8c162809417;hb=b7e141c40bccfd7a4ec0ff98b7829f7d296f048b;hp=9e3ca98b7dea11388f69abfdcd70b85e356f2f8b;hpb=c7e01b67847217903200f2453a4ffd4ba6bb191a;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 9e3ca98b..d6c46274 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.22
+PoolEvents | poolifier - v2.6.41
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.22
+
  • The search index is not available
  • poolifier - v2.6.41
    @@ -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