- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Apr 2017 04:34:34 +0000
- To: public-houdini-archive@w3.org
bfgeek has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts: == [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:35:00 UTC