Doga
Doga copied to clipboard
proper handling of thread jobs
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.