- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 17 Apr 2010 01:05:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv18173
Modified Files:
Overview.html
Log Message:
Make the worker event loop release the storage mutex. (whatwg r5062)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -d -r1.247 -r1.248
--- Overview.html 17 Apr 2010 00:58:24 -0000 1.247
+++ Overview.html 17 Apr 2010 01:05:35 -0000 1.248
@@ -1415,7 +1415,15 @@
<li>
- <p>Remove the task run in the previous step, if any, from its
+ <p>If the <span>storage mutex</span> is now owned by the worker's
+ <span>event loop</span>, release it so that it is once again
+ free.</p>
+
+ </li>
+
+ <li>
+
+ <p>Remove the task just run in the earlier step, if any, from its
<span>task queue</span>.</p>
</li>
Received on Saturday, 17 April 2010 01:05:39 UTC