Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] waiting on ports

From: mattsmac::hotmail::com at: 25-Aug-2003 10:00

I have a series of ports, c. I want to wait on all of them, but I also want to specify the timeout parameter, 5 seconds. How can I do this? ready: wait [c 5] does not work. Matt