Skip to content

Commit

Permalink
[giow] (1) Make the worker event loop release the storage mutex.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5062 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 17, 2010
1 parent 321f912 commit 9117920
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion complete.html
Expand Up @@ -66944,7 +66944,15 @@ <h4 id=processing-model-3><span class=secno>9.2.5 </span>Processing model</h4>

<li>

<p>Remove the task run in the previous step, if any, from its
<p>If the <a href=#storage-mutex>storage mutex</a> is now owned by the worker's
<a href=#event-loop>event loop</a>, 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
<a href=#task-queue>task queue</a>.</p>

</li>
Expand Down
10 changes: 9 additions & 1 deletion source
Expand Up @@ -75010,7 +75010,15 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {

<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>
Expand Down

0 comments on commit 9117920

Please sign in to comment.