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

Provide Stable, Portable Alternative For CFRunLoopStop #4826

Open
brianmichel opened this issue Sep 23, 2023 · 0 comments
Open

Provide Stable, Portable Alternative For CFRunLoopStop #4826

brianmichel opened this issue Sep 23, 2023 · 0 comments

Comments

@brianmichel
Copy link

I'm currently adding support to the Nimble framework to allow it to compile and run on Windows. As this is a testing framework it needs to deal with the run loop a fair bit.

It seems there is no alternative to CFRunLoopStop() other than a new SPI

which is used by XCTest. Right now I'm using this to get the PR to run and test successfully, but I wanted to file an issue to track this officially.

I'd love to understand what the future of these RunLoop APIs is going to look like and how to best plan here.

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

1 participant