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

BREAKING CHANGE: WinObjC has been refactored to move off fibers #516

Closed
nicholasgerard-msft opened this issue May 25, 2016 · 0 comments
Closed

Comments

@nicholasgerard-msft
Copy link
Contributor

WinObjC has been refactored to move off fibers and run the iOS main run loop and UI tasks collaboratively on the application’s primary ASTA (UI) thread. This was done in order to plumb various Windows PLM events to WinObjC; in order to accomplish this, we needed a single thread model. Additionally, our previous implementation of hand-rolled fibers had a lot of known limitations. Please let us know if you run into any related issues using the newest release of the bridge.

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

No branches or pull requests

1 participant