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

Happy to review PRs (I found out you have a few outstanding PRs without any kind of status, might want to check those).

You do need to be explicit about ordering, since with "in parallel" the second call could happen before the first. No ordering guarantees. Also, the second call could finish during the execution of the first script, at which point you obviously can't run script, etc.

(@domenic this is another reason we need "in parallel" to become threads with message passing.)

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

Received on Wednesday, 5 April 2017 18:57:36 UTC