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

Add futures and dispatch queues #10

Open
benjamin-bader opened this issue Mar 27, 2020 · 1 comment
Open

Add futures and dispatch queues #10

benjamin-bader opened this issue Mar 27, 2020 · 1 comment

Comments

@benjamin-bader
Copy link

Along with TCntPtr, my favorite bits of MSO were the futures and the IDispatchQueue family. It would be lovely to see these here - particularly as I see they were opened for use in ReactHost elsewhere. Thanks again.

@vmoroz
Copy link
Member

vmoroz commented Apr 8, 2020

Thank you @benjamin-bader for the feature request!
Adding 'future' and 'dispatchQueue' was one of our objectives for the last week.
We currently have it copied from the private Mso fork in RNW repo (https://github.com/microsoft/react-native-windows) used by ReactHost. (The PR #45 was last change in that series.) Soon we should be able to remove the private fork from the RNW repo and start consuming it as a Nuget package.

Please note that the 'dispatchQueue' liblet implementation in this repo is different from what we have in Office. It is much more simplified. We hope that we can improve this open source version and then move it back to Office at some point.

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

No branches or pull requests

2 participants