- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 2 Aug 2010 19:11:53 +0000 (UTC)
On Mon, 2 Aug 2010, Boris Zbarsky wrote: > > So the model is that there are asynchronous tasks but there are also > things that run after the "current asynchronous task" finishes? It's a little more detailed than that, but yes, that describes the event loop model. > How are we defining "current asynchronous task" and "finish"? In terms of the event loop algorithm: http://www.whatwg.org/specs/web-apps/current-work/complete/webappapis.html#processing-model-2 > How does this setup handle cases when the "current asynchronous task" > spins the event loop, if at all? The spinning of the event loop is also defined in terms of the event loop in a manner that strictly defines this: http://www.whatwg.org/specs/web-apps/current-work/complete/webappapis.html#spin-the-event-loop -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 2 August 2010 12:11:53 UTC