- From: poot <cvsmail@w3.org>
- Date: Sat, 17 Apr 2010 10:05:49 +0900 (JST)
- To: public-html-diffs@w3.org
workers; hixie: Make the worker event loop release the storage mutex. (whatwg r5062) http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.247&r2=1.248&f=h http://html5.org/tools/web-apps-tracker?from=5061&to=5062 =================================================================== 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:06:19 UTC