Skip to content

Move on_timeout handling to the main part of the work loop#2409

Open
antoniovicente wants to merge 1 commit intomasterfrom
antonio/on_timeout_call_site
Open

Move on_timeout handling to the main part of the work loop#2409
antoniovicente wants to merge 1 commit intomasterfrom
antonio/on_timeout_call_site

Conversation

@antoniovicente
Copy link
Copy Markdown
Contributor

This change simplifies the event loop and removes the need to bias the select! to avoid starvation by serializing all the event loop actions and clarifying the start and end of the work loop iteration.

Split from #2328

This change simplifies the event loop and removes the need to bias the
select! to avoid starvation by serializing all the event loop actions
and clarifying the start and end of the work loop iteration.
@antoniovicente antoniovicente requested a review from a team as a code owner March 20, 2026 01:35
@antoniovicente antoniovicente self-assigned this Apr 28, 2026
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