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

[REBOL] Re: No-wait

From: ptretter:charter at: 23-Feb-2004 14:47

Yeah Pekr, I was aware of what was returned by the port and was just using it as an example. I did write a small beginner tutorial for that covered here: http://www.rebol.net/cookbook/recipes/0034.html However, I was using the small reference of code to demonstrate the blocking aspect of the port despite no-wait. So I have a fix for my problem but not a good definition of what no-wait does. From /core docs: Nowait port will not wait for data However it seems that the port does sit and wait. Paul