-
Notifications
You must be signed in to change notification settings - Fork 222
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
core-foundation: mark CFRunLoop as Send + Sync #610
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds correct to me.
Note that we already assume that the run loop for the main thread is thread safe, so if we don't think CFRunLoop
is thread safe, then we should reconsider if CFRunLoop::get_main
is sound.
@micolous can you drop the formatting changes? |
Done |
@bors-servo r+ |
📌 Commit a1df338 has been approved by |
☀️ Test successful - checks-github |
Fixes #550