X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=a08f54e92267b4847f6f4219867366c9b530bb10;hb=0f9351bc4ec527ebd899ca7508131016c12f9f98;hp=ebeb49d3ac1e1ab5445fe7f975a8dc760b4abb2b;hpb=2ad2e730485a924c6a03e6f6a1bc64b413b01527;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index ebeb49d3..a08f54e9 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,71 +1,83 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    -
    +

    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