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

[REBOL] Re: [WAIT]

From: volker::nitsch::gmail::com at: 7-Dec-2004 7:59

Both methods are equal here. But 'awake is handled on every wait, your own loop only on its own wait. 'view does its own wait, and then 'awake is handled, your own wait not. (its overlayd with 'views wait) (you can use 'view/new of course). -Volker On Mon, 6 Dec 2004 18:19:26 -0300, Cesar Chavez <[rebol--ccsducto--com--ar]> wrote: