-
Notifications
You must be signed in to change notification settings - Fork 920
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
Improve thread safety #2985
Improve thread safety #2985
Conversation
163afba
to
6644770
Compare
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.
Wow, that's a nice idea.
Web looks good, the improvements you made are great.
f4942ea
to
3a1f19d
Compare
3a1f19d
to
a8daf53
Compare
I'd need this on Wayland as well if it matters, but not due to thread safety reasons. I'll try to post a patch for what I need once I have time... |
e6b1751
to
ddc1d6b
Compare
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.
I've decided to not add Wayland part as of now.
Improve thread safety on macOS and iOS.
@daxpedda: This is using a generic mechanism that unifies it with the web backend - I think it's the right way forward, although it might be slightly less efficient (since it has to do the main thread check a bit more often).
Part of #2464.
CHANGELOG.md
if knowledge of this change could be valuable to users