X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=036313fc733861a5f32615c0ea49ab78e6485fc0;hb=34aa5747c72ab1952481eecf2932361fd8b49d01;hp=c12d7fa92b5bf70b4f20c40186dac1b2c9c62b74;hpb=74f29142ea20199700ef7021402616ea9de714a8;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index c12d7fa9..036313fc 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,29 +1,48 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v3.0.3
-
+
  • The search index is not available
  • poolifier - v3.0.3 +
    -
    +

    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

    +
      +
    • +
      Readonly backPressure: "backPressure"
    • +
    • +
      Readonly busy: "busy"
    • +
    • +
      Readonly destroy: "destroy"
    • +
    • +
      Readonly error: "error"
    • +
    • +
      Readonly full: "full"
    • +
    • +
      Readonly ready: "ready"
    • +
    • +
      Readonly taskError: "taskError"
    +
    - +
    +
    -
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Theme

    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file