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

Modify process waiting behavior to kill child processes #4

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

Conversation

longshorej
Copy link
Owner

Draft: I may hide this behind a flag, need to give it some thought.

This provides better integration with long running processes, e.g. webservers. If files are modified while the program is still running, it is killed via Child#kill.

Also bump Rust while we're at it.

Fixes #3

longshorej added 2 commits May 6, 2019 20:15
This allows better integration with long running processes, e.g.
webservers. If files are modified while the program is still running, it
is killed via `Child#kill`.

WIP: I may hide this behind a flag, need to give it some thought.
@longshorej
Copy link
Owner Author

Also bump Rust while we're at it.

lol - now I have to revert this portion.

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.

Long-running process support
1 participant