Re: [css-houdini-drafts] [worklets] don't run scripts from "in parallel"

Right but each `WorkletGlobalScope` could be in a different thread. Workers do this by saying:
"Create a separate parallel execution environment (i.e. a separate thread or process or equivalent construct), and run the rest of these steps in that context."

We could instead say:
"Each WorkerGlobalScope as a <dfn>execution environment</dfn> which may be parallel (i.e. it may be on a separate thread or process, it also may be on the same thread or process). Which thread this lives on is decided by the user-agent." 

And inside the for-loop inside import:
"Run the following steps in context of the WorkletGlobalScope's execution environment".

/cc @domenic 

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/370#issuecomment-291951952 using your GitHub account

Received on Wednesday, 5 April 2017 18:25:11 UTC