- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Apr 2017 04:34:38 +0000
- To: public-houdini-archive@w3.org
tabatkins has just labeled a pull request from bfgeek for https://github.com/w3c/css-houdini-drafts as "ready":
== [worklets] Multiple fixes to the {{Worklet/import()}} algorithm. ==
Instead of relying on "in parallel" this change makes all the thread
hopping explicit via. message passing and queue tasks on the appropriate
event loop.
- Fixes #372, changes arguments to fetch a module script graph.
- Fixes #370, running scripts in parallel. Now the script explicitly are
run within a task queued on the worklet global scope's event loop.
- Fixes #318, actually runs the event loop.
- Fixes #230, treats "fetch a module worker script graph" as
asynchronous.
- Probably fixes #225 ? I think I'm grabbing the correct state at each
thread hop.
See https://github.com/w3c/css-houdini-drafts/pull/375
Received on Thursday, 6 April 2017 04:34:56 UTC