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

Kill sub-processes when killing the main tool #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

isc30
Copy link

@isc30 isc30 commented May 27, 2021

This change uses terminate package which allows to send a kill signal to all child processes when the parent process is asked to terminate via Ctrl+C

isc30 added 2 commits May 27, 2021 13:21
This change uses `terminate` package which allows to send a `kill` signal to all child processes when the parent process is asked to terminate via `Ctrl+C`
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