I would use Linux.epoll. pil doesn't have it... yrt. On Mon, Apr 24, 2023, 06:10 polifemo <picolisp@software-lab.de> wrote:
> 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? >