Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize event delivery #234

Closed
aregtech opened this issue Aug 26, 2023 · 0 comments · Fixed by #335
Closed

Optimize event delivery #234

aregtech opened this issue Aug 26, 2023 · 0 comments · Fixed by #335
Labels

Comments

@aregtech
Copy link
Owner

aregtech commented Aug 26, 2023

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 )

@aregtech aregtech moved this to In Progress in AREG IoT SDK (areg sdk) Feb 16, 2024
@aregtech aregtech linked a pull request Feb 17, 2024 that will close this issue
@aregtech aregtech moved this from Done to Reviewed in AREG IoT SDK (areg sdk) Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Reviewed
Development

Successfully merging a pull request may close this issue.

1 participant