D
Dominik Werder
Hello!
One can abort my program while it is busy by "q<enter>".
This works with linux, I'm using a separate thread to do the $stdin.gets
stuff.
On windows however the $stdin.gets call in the thread blocks the whole
process. I've not found any other way to solve this.
How do you do it?
Thanks!
Dominik
One can abort my program while it is busy by "q<enter>".
This works with linux, I'm using a separate thread to do the $stdin.gets
stuff.
On windows however the $stdin.gets call in the thread blocks the whole
process. I've not found any other way to solve this.
How do you do it?
Thanks!
Dominik