Skip to content

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.

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.

2 participants