X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=15968773069935fa59634983f9022e3a9de0a288;hb=eb0797c79283f60833fccc70e3a9625c7c8408c3;hp=abd8960bd55e764fc66ebe21ac6a0cc8add48d89;hpb=d655c2c2b159a39f900230c14b301ba123653362;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index abd8960b..15968773 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,81 +1,2 @@ -PoolEvents | poolifier
-
- -
-
-
-
- -

Variable PoolEventsConst

-
PoolEvents: Readonly<{
    busy: "busy";
    full: "full";
}> = ...
-

Enumeration of pool events.

-
-
- -
-
-

Generated using TypeDoc

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

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