X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=56a4e8f7635e1dfadc2642c908289f18cdbe4d2a;hb=019581cc38fe0b47645d9b2120f325ab37388be2;hp=7cb4b2c6e949194d72b9b1b1469046c9f87333d5;hpb=44b95861ed9dfa91b25f397c9b3cad9586454546;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 7cb4b2c6..56a4e8f7 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier - v2.6.15
+PoolEvents | poolifier - v2.6.28
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.15
+
  • 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