On Wed, Apr 7, 2010 at 1:55 AM, Stephan Beal <[email protected]> wrote: > On Wed, Apr 7, 2010 at 10:44 AM, Matthias Ernst <[email protected]> wrote: >> Add to that I/O events and you've arrived at node.js (http://nodejs.org) > > Doh - i will definitely take a close look at your setTimeout() > implementation :). Thanks for the link. >
I prefer this JS based implementation (http://github.com/visionmedia/js-mock-timers). Much simpler and only requires wiring up a time source (the library uses a tick() method for this). It's simple enough to be rewritten to use a usleep() based call in a pseudo event loop. -L -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users To unsubscribe, reply using "remove me" as the subject.
