introfog/GitWave

Kill process if it's required user input

Opened this issue · 0 comments

If run read -p "Enter" command, thread will be alive even close GitWave is closed. Thread.interrupt or Process.destroy or Process.destroyForcibly don't work.