[REBOL] Re: Wait for port/time, can you tell which is which?
From: m:koopmans2:chello:nl at: 15-Jun-2001 12:39
Wait returns none on a timeout, or the port that has activity. Say x is your port. Then wait [ 1 x ] returns either none or x. Wait/all [ 1 x y z ] returns either none or a block with all port that have events. HTH, Maarten