X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=56a4e8f7635e1dfadc2642c908289f18cdbe4d2a;hb=c9f8e5d3a3d92ae49257929ad172afc1e9c5630d;hp=dd1d106fa511eda4cd68683c885c6b7bc009579b;hpb=08e40091fb1d27284ffcdfaced81292139a02c55;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index dd1d106f..56a4e8f7 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.13
+PoolEvents | poolifier - v2.6.28
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.13
+
  • The search index is not available
  • poolifier - v2.6.28
    @@ -15,7 +15,7 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    @@ -24,6 +24,8 @@
  • Readonly busy: "busy"
  • +
    Readonly destroy: "destroy"
  • +
  • Readonly error: "error"
  • Readonly full: "full"
  • @@ -33,7 +35,7 @@
    Readonly taskError: "taskError"
    +
  • Defined in src/pools/pool.ts:44