Re: [css-houdini-drafts] draw a paint image is not thread safe

A worklet global scope _may_ be on a different thread from the DOM, it
 doesn't require that.
(but yeah, I'll work on making this thread-agnostic). ^-^

For blink (initially at least) we'll place our paint and layout 
worklets on the main thread.

It'll be possible in the future for the whole paint phase in blink to 
be on a background thread (in ~2years maybe) at which point we'd move 
paint worklet onto a background thread potentially. But this is way in
 the future.

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

Received on Wednesday, 22 June 2016 18:29:43 UTC