Yusuke SUZUKI (2013-10-03T12:22:43.000Z)
Hi,

I'm very interested in implementing Promises and integrating it to
ECMAScript engine (e.g. V8, SpiderMonkey, JSC)

Last night, I saw the meeting notes of Sep TC39 meetings carefully and I
was very surprised that it is said that Promises will be introduced into
ES6.
It refers the microtasks and the event loop. But I can't find details of
the event loop consensus. Is there any consensus about event loop
abstraction in ES6?

Thanks,
Yusuke Suzuki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131003/b490343c/attachment.html>
domenic at domenicdenicola.com (2013-11-17T17:42:53.313Z)
I'm very interested in implementing Promises and integrating it to
ECMAScript engine (e.g. V8, SpiderMonkey, JSC)

Last night, I saw the meeting notes of Sep TC39 meetings carefully and I
was very surprised that it is said that Promises will be introduced into
ES6.
It refers the microtasks and the event loop. But I can't find details of
the event loop consensus. Is there any consensus about event loop
abstraction in ES6?