Optimize event delivery #234
Labels
enhancement
New feature or request
experiment
good first issue
Good for newcomers
help wanted
Extra attention is needed
improvement
optimization
refactoring
Description:
Until the event is queued in the target thread, it passes several steps and checkups.
In order to optimize the event delivery, this checkups should be reviewed and optimized.
Pay special attention on
mHasStarted
variable.The optimization probably is needed to make in the call stack until method:
bool EventDispatcherBase::queueEvent( Event& eventElem )
The text was updated successfully, but these errors were encountered: