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