X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=5c07fcf94cb8ee343356e3ea5a87feafc15dbab4;hb=e41b02718bb9355f7934f0198568cc0ac6f70f9a;hp=4a762347caea636fe7b561bccff5daf7b6bd99b5;hpb=e5c1b3572e6fe4cd11b32742c37039f3a6b3c373;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 4a762347..5c07fcf9 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,2 +1,2 @@ -PoolEvents | poolifier - v3.0.13

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

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