X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=c99270904a8ccf8716e4fd598642a03b181507df;hb=7852d4885f5cf93f22eade3d335d80cde0a67391;hp=a2d7f23fb0e280f2bd1ff86a17de14a7a0b41057;hpb=e1ba9765afbf97436250d19f28c818221ebc10b9;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index a2d7f23f..c9927090 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,2 +1,2 @@ -PoolEvents | poolifier - v3.1.28

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"

Generated using TypeDoc

\ No newline at end of file +PoolEvents | poolifier - v4.0.1

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