X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=036313fc733861a5f32615c0ea49ab78e6485fc0;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=b543b51c982c11d2d2e364ed58171ffc513c17b6;hpb=42db2d3372ac49ab00dd1889378238b7a78ac4ce;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index b543b51c..036313fc 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,13 +1,13 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v3.0.3
-
+
  • The search index is not available
  • poolifier - v3.0.3 +
    @@ -15,16 +15,34 @@
  • 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:40
  • +

    Theme

    +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file