- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 09:37:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv26128 Modified Files: Overview.html Log Message: Handle the case where a worker that is very slow to start up gets a message before it has an event loop. (whatwg r4390) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.203 retrieving revision 1.204 diff -u -d -r1.203 -r1.204 --- Overview.html 1 Dec 2009 07:22:55 -0000 1.203 +++ Overview.html 1 Dec 2009 09:36:57 -0000 1.204 @@ -1535,8 +1535,10 @@ <li><p>Return <var title="">worker</var>, and run the following steps asynchronously.</li> +<!-- (this is done by the "run a worker" algorithm) <li><p>Enable <var title="">inside port</var>'s <span>port message - queue</span>.</li> + queue</span>.</p></li> +--> <li><p>Enable <var title="">outside port</var>'s <span>port message queue</span>.</li>
Received on Tuesday, 1 December 2009 09:37:01 UTC