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

Don't allow event loop to be interrupted at any time. #223

Merged
merged 4 commits into from
Jun 13, 2023

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Mar 22, 2023

Don't allow the event loop thread to be interrupted at any time, which can cause odd behaviour and/or deadlocks.

Fixes #220.

Types of Changes

  • Bug fix.

Contribution

@ioquatix ioquatix force-pushed the prefer-thread-handle_interrupt branch 2 times, most recently from 85bbeba to 7d8181d Compare March 22, 2023 08:01
@ioquatix ioquatix force-pushed the prefer-thread-handle_interrupt branch from 7d8181d to a6d2485 Compare June 9, 2023 07:06
@ioquatix ioquatix force-pushed the prefer-thread-handle_interrupt branch from 8eb7e32 to a72cdb1 Compare June 13, 2023 11:20
@ioquatix ioquatix merged commit ab31f7e into main Jun 13, 2023
@ioquatix ioquatix deleted the prefer-thread-handle_interrupt branch June 13, 2023 12:40
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.

Sometimes does not exit on HUP signal
1 participant