You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note: Issue was created based on feedback from Houdini Paris F2F - irc logs)
There are a few cases where the current spec requires data to be send across thread and process boundaries:
When an animator is migrated across threads, its state should be serialized/sent/deserialized.
When scrolling happens on a separate thread/process, UA needs to sync scroll state to the animation thread and also the animation thread output to main thread.
There were some concern raised on performance/complexity impact of these cases. We should try to actually quantify such impact to better guide the working group.