X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=517da7b894d3c441e55f6c9b6ecf729cb02c0c65;hb=ea4b5fd037c5fe09eb6a2810332ad6bed1b5bc7f;hp=974c8c50feb17ff3c4b58a14d7fca5255aaf72e8;hpb=3eed67feea0f527e3ee31a6ebb1063883eec3855;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 974c8c50..517da7b8 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,83 +1,2 @@ -PoolEvents | poolifier - v2.6.45
-
- -
-
-
-
- -

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 - v3.1.21

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

  • Readonly backPressure: "backPressure"
  • Readonly busy: "busy"
  • Readonly destroy: "destroy"
  • Readonly empty: "empty"
  • Readonly error: "error"
  • Readonly full: "full"
  • Readonly ready: "ready"
  • Readonly taskError: "taskError"

Generated using TypeDoc

\ No newline at end of file