X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=59ff13f2506be2c83aabdf138721a3f8f6ebf126;hb=5d9133ae9ef83c5f69e26daf8dcfea584884d9c4;hp=1e0cfe2179c2f7e1440f11ee5d6225ce063aef46;hpb=1ed7fb6c99f2fcb5f319d9c1fa2aefc5434f82e4;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 1e0cfe21..59ff13f2 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,83 +1,2 @@ -PoolEvents | poolifier - v3.0.2
-
- -
-
-
-
- -

Variable PoolEventsConst

-
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 +PoolEvents | poolifier - v4.0.2

Variable PoolEventsConst

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

Enumeration of pool events.

+

Type declaration

  • backPressure: "backPressure"
  • busy: "busy"
  • destroy: "destroy"
  • empty: "empty"
  • error: "error"
  • full: "full"
  • ready: "ready"
  • taskError: "taskError"
\ No newline at end of file