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

[REBOL] timers in Core would be enough imo :-) (was) Re: Re: REBOL multithreadin

From: petr::krenzelok::trz::cz at: 14-Feb-2002 9:48

And face based mechanism actually can't be used in Core and Command - they both don't have face compositing engine. I don't remember correctly, if someone from RT already commented this here or not in the past .... it would be probably good to have general timers to move into Core language ....It would not be much of a problem to implement some kind of make-task then. We need either general timer! datatype, or just some kind of configurable scheme (open [scheme: 'timer rate: 0.001 awake: my-func]). Such port would then be put then in wait-list .... -pekr-