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

[REBOL] Re: Async Callback

From: antonr::lexicon::net at: 19-Nov-2004 17:11

Hi Charles, You could break up your processing into small chunks and do them each iteration of the following loop: repeat i 10000 [ ; <-- do a bit of the work here wait 0.05 ; allow time for processing events ] Anton.