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

fix: Add Ctrl-C handler for spawned children #193

Merged
merged 2 commits into from
Jun 18, 2024
Merged

fix: Add Ctrl-C handler for spawned children #193

merged 2 commits into from
Jun 18, 2024

Conversation

gmpinder
Copy link
Member

@gmpinder gmpinder commented Jun 17, 2024

This allows spawned children processes to be killed when a user performs a Ctrl-C operation. Before this change, children processes would end up continuing in the background with the user unaware.

@gmpinder gmpinder self-assigned this Jun 17, 2024
@gmpinder gmpinder changed the title feat: Add Ctrl-C handler for spawned children fix: Add Ctrl-C handler for spawned children Jun 17, 2024
@gmpinder gmpinder merged commit 235b3b3 into main Jun 18, 2024
7 of 8 checks passed
@gmpinder gmpinder deleted the ctrlc-handler branch June 18, 2024 00:07
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