Doga icon indicating copy to clipboard operation
Doga copied to clipboard

proper handling of thread jobs

Open pravj opened this issue 11 years ago • 0 comments

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.

pravj avatar Sep 11 '14 12:09 pravj