EventConfig::setMaxDispatchIntervalPrevents priority inversion Beschreibung
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.
Parameter-Liste
Rückgabewerte
Returns |