Jonas Sicking (2013-05-15T18:01:59.000Z)
github at esdiscuss.org (2013-07-12T02:27:21.311Z)
On Tue, May 14, 2013 at 7:30 PM, Mark Miller <erights at gmail.com> wrote: > Is there any reason that this can't be modeled with the end-of-microtask > queue still being just one of many output queues? These observed mutations > would just queue notifications on the end-of-microtask queue. The > interleaving policy would be to always select an event from the end of > microtask queue first if it is non-empty. I.e., strict priority, decided at > the moment when the next turn is about to be started. Am I missing > something? It's quite probably doable to modify the current solution. I'd recommend talking to Rafael Weinstein, Olli Pettay and Anne van Kesteren who designed and specified the current behavior.