X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=3be6a4acc7542161ac580ee962966460c7e24258;hb=52a23942f7afed4403dd6b8088b646abca37b4b0;hp=c220a9e253add524235e06e442f25df7509768fd;hpb=18ba88e2f8612c6137bf564388ce8f905ae6d4ee;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index c220a9e2..3be6a4ac 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.36
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.36
    -
    +

    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