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

[REBOL] event mode (was:) Re: Re: LDC goes Rugby!

From: petr:krenzelok:trz:cz at: 23-May-2001 16:56

Hello Holger, thanks for all those explanatory emails, now a question: Holger Kruse wrote:
> On Wed, May 23, 2001 at 04:10:07PM +0200, Richard Smolak wrote: > > > 'async-modes enables non-blocking operation of all port actions, including > > > reading, writing, connecting and accepting connections on listen ports. > > > > Just one question comes to my mind....Could be also event-port in /View > > asynchronous then? > > There is no need. The event port is already handler-based, even in > View 1.2. In the earlier View betas you had to 'wait on event ports, > but that is no longer the case since View 1.0. Basically the whole > concept of event ports is transparent to the developer. >
Will it be possible to generate events and insert them into event queue? Thanks, -pekr-