[REBOL] Re: Question on text formatting
From: greggirwin:mindspring at: 30-Aug-2002 10:58
Hi Andy,
<< Let's say I'm waiting on a tcp port for a character string. Currently,
in my clock update feel, I'm checking if there are any characters
available on the port. This works pretty well, but isn't elegant. (I
hate polling :-) ) Is there any way to set rebol up to trigger a call
to a routine automatically if any characters are received at the port ? >>
Have you tried WAIT. It works on ports as well as time intervals.
--Gregg