X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=f9deb1a9950e8fc2969f791b4f42ef7d23ffdd28;hb=6c2aa71d06cfeccb07a325f7d9bc5ecdbb42a11f;hp=abefed1d8d3150d942c8f8bc1461a8a33a21c223;hpb=f8b3d84c1c95773a1e18d2c025d89d73c4f2ab15;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index abefed1d..f9deb1a9 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,2 +1,2 @@ -PoolEvents | poolifier - v3.1.11

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.12

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