Thank you so much! I used poll to check for anything to read from stdin and
it worked flawlessly. Here's the code. It does not have any context, but it
is an example of how to use poll:

     '(loop
       (eval (loadRepeat))
       (wait 100)
       (T (and (poll 0) (= "53" (line T)))
        (setq *Repite (list (loadRepeat) (loadRepeat))) ) )

Thank you all very much!

On Mon, Apr 24, 2023 at 12:45 AM Alexander Burger <picolisp@software-lab.de>
wrote:

> On Mon, Apr 24, 2023 at 06:45:06AM +0200, Danilo Kordic wrote:
> >   I would use Linux.epoll.  pil doesn't have it... yrt.
>
> PicoLisp has 'poll', which uses poll(2) or ppoll(2) internally.
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to