X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=4f377c95762c1a0844824d18feb154923c7c1922;hb=cb4889b43e6935f6dd70d8011ba085c9ca7218ba;hp=95eaee4dd466ab7713a88084750cef2cfe2d5574;hpb=dea288f11483ea6c15807b20e4c621483c7fa5af;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 95eaee4d..4f377c95 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,13 +1,13 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.41
-
+
  • The search index is not available
  • poolifier - v2.6.41 +
    @@ -15,72 +15,69 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    -
    +
    +

    Type declaration

    +
    +
    +
  • Defined in src/pools/pool.ts:44
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file