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

Support an exit_event_loop() function #111

Closed

Conversation

guybedford
Copy link
Contributor

This works similarly to something like an exit() call where it implies that the process is done and that we no longer need to spin on async tasks.

This seems to make sense to me in that promise interest is about determining event loop completion, which may result in stalls before the response, while exiting accepts that any previously in-progress tasks may be abandoned, no matter how much interest they previously had.

Would be great to discuss further.

@guybedford guybedford closed this Oct 11, 2024
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