I have a thread with msvcrt.getch()
I want to kill it.
but if i try to kill it and it's on msvcrt.getch() it will not terminate. It will only terminate once the msvcrt.getch() line is complete.
Anyway to stop this from happening?
I have a thread with msvcrt.getch()
I want to kill it.
but if i try to kill it and it's on msvcrt.getch() it will not terminate. It will only terminate once the msvcrt.getch() line is complete.
Anyway to stop this from happening?