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

proper handling of thread jobs #1

Open
pravj opened this issue Sep 11, 2014 · 0 comments
Open

proper handling of thread jobs #1

pravj opened this issue Sep 11, 2014 · 0 comments

Comments

@pravj
Copy link
Owner

pravj commented Sep 11, 2014

currently Doga uses threading for running some timers and GUI app instance, so in current version it don't stop entire application by just Ctrl+C, you need to use Ctrl+Z. Because here Ctrl+C only stops application part running without threading.

So this can be improved by shifting to subprocess or similar.

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

No branches or pull requests

1 participant