PoolEvents: Readonly<{
backPressure: "backPressure";
busy: "busy";
destroy: "destroy";
empty: "empty";
error: "error";
full: "full";
ready: "ready";
taskError: "taskError";
}> = ...
Type declaration
backPressure: "backPressure"
busy: "busy"
destroy: "destroy"
empty: "empty"
error: "error"
full: "full"
ready: "ready"
taskError: "taskError"
Enumeration of pool events.