[REBOL] Re: waiting on ports
From: mattsmac:hot:mail at: 25-Aug-2003 11:32
That works great, but only in the console. Any idea why it wouldn't work in
view?
Matt
shouldn't it be:
I do not know how c is built but supposing you did:
c: [port1 port2 port3]
you could:
append c 5 ; add timeout value to block
OR: add timeout directly:
c: [port1 port2 port3 5]
wait c ; call wait on the block
-max
-----------
meteor Studios, T.D.
-----------
Never Argue with an idiot. They will bring you down to their level and beat
you with experience