EventConfig::setMaxDispatchIntervalPrevents priority inversion Description
public
void EventConfig::setMaxDispatchInterval(
int
$max_interval
,
int
$max_callbacks
,
int
$min_priority
)Prevents priority inversion by limiting how many low-priority event callbacks can be invoked before checking for more high-priority events.
Parameters
Return Values
Returns |