Skip to content

Conversation

@sebmarkbage
Copy link
Collaborator

There are no plans to enable async in the old renderer. In the new renderer
it only really makes sense to do from the main thread and probably from
native since it'll have to yield to native to do the work.

I'm not sure the exact equivalent will exist (and that makes it interesting from a test renderer perspective, should it exist there if it is not universal)?

There are no plans to enable async in the old renderer. In the new renderer
it only really makes sense to do from the main thread and probably from
native since it'll have to yield to native first.
@acdlite
Copy link
Collaborator

acdlite commented Apr 6, 2018

should it exist there if it is not universal?

Perhaps not. It's the only API we have to change the priority. Maybe we can rename it something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants