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

Allow Interrupt to retry the run loop after issuing #stop. #297

Merged
merged 5 commits into from
Jan 3, 2024

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Jan 2, 2024

Ctrl-C should allow for graceful clean-up. This behaviour is probably also more compatible with Async 1.x.

Fixes #291

Types of Changes

  • Bug fix.
  • New feature.

Contribution

@ioquatix ioquatix self-assigned this Jan 2, 2024
@ioquatix ioquatix merged commit 2fcb2ca into main Jan 3, 2024
36 of 42 checks passed
@ioquatix ioquatix deleted the interrupt-stop branch January 3, 2024 01:18
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.

Properly managing interrupts (works for async v 1.31, "breaks" for async v 2.5.6)
1 participant