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

do not try to execute head timer in spin_once_impl #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alsora
Copy link
Collaborator

@alsora alsora commented Mar 24, 2023

do not try to execute head timer in spin_once_impl if we are not waiting for it

This fixes an inefficiency that would occur when:

  • next_timer_timeout is greater than the input timeout
  • there are no available events

in this situation, bool has_event = events_queue_->dequeue(event, timeout); would timeout returning false, but we don't want to execute the head timeout.

…ing for it

Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant