X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=a48d363040fb93fca7169e33ec858ada317cfa8c;hb=63af54001cdb7be2f14d51be593a7f96c8c480b6;hp=59ff13f2506be2c83aabdf138721a3f8f6ebf126;hpb=85de1563849907302a372b5da416e5cb15c23307;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 59ff13f2..a48d3630 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,2 +1,2 @@ -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 +PoolEvents | poolifier - v4.0.5

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