X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=063fcba6589a183fd81e66996af33b42ffc112b0;hb=2493c34370d0839614058bb55254fd7aec91b664;hp=ccf50dbc4f9f2e0106a3452d772e80d2059a865e;hpb=1c7aa7852e7fc08e8319447806eff04cc60f06fc;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index ccf50dbc..063fcba6 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,2 +1,2 @@ -PoolEvents | poolifier - v3.0.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.11

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