Skip to content

Remove a bunch of usage of JSDispatcher in built in modules #14647

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented May 7, 2025

Description

JSDispatcher usage shouldn't be required in these cases, as the callbacks will post back to the runtime executor automatically.

Reducing the usage of JSDispatcher since its design doesn't apply so well in the new archicture, where the JS runtime no longer runs on a single thread, but can run on multiple threads.

Microsoft Reviewers: Open in CodeFlow

@acoates-ms acoates-ms requested a review from a team as a code owner May 7, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant