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

[REBOL] Re: system/ports/wait-list usage

From: dockimbel:free at: 24-Dec-2002 11:53

Hi, Try with :
>> p: open/direct/no-wait tcp://:8080 >> insert system/ports/wait-list p >> insert system/ports/wait-list 0:0:1 >> wait/all []
AFAIK, there's no new docs on port! Awake is the right way if you want to cleanly integrate with the main REBOL event loop. I made a quick test with an 'awake handler on a 'console port: 'awake doesn't seem to be called. HTH, -DocKimbel En réponse à RebOldes <[rebol-list2--seznam--cz]>: