Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fabric] Move playground compositor to a background thread #12073

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Aug 24, 2023

Description

Office runs its compositor on a background thread.
With this change, the playground-composition app will too. Either should work, but this makes the default the more complex case and will help with future additions that will add test cases that cause issues with the current fabric implementation.

Why

There are currently issues when fabric attempts to draw to the compositor tree at the same time as a composition commit is happening from a background thread. This is a first step in properly creating a reproduction of this in RNW.

Microsoft Reviewers: Open in CodeFlow

@acoates-ms acoates-ms requested a review from a team as a code owner August 24, 2023 22:19
@acoates-ms acoates-ms marked this pull request as draft August 28, 2023 18:15
@acoates-ms
Copy link
Contributor Author

Converting to draft for now. Not sure that this is the direction I want to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants