I have a loop that executes a prg and then waits for the user to input something. If the user does not input anything within the timeout, the waiting is aborted and the loop restarts. The problem is that, I want the timeout to be much faster, but 'abort only works in seconds. Is there a way to abort a program after M milliseconds?
- abort in less than a second polifemo
- Re: abort in less than a second Danilo Kordic
- Re: abort in less than a second Alexander Burger
- Re: abort in less than a second polifemo
- Re: abort in less than a second Alexander Burger