-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
allow RepaintSignal: ?Sync
#1187
Conversation
Is all this new code just to avoid the performance impact of locking a mutex when the users requests a repaint? Or is there some other benefit I'm not seeing? |
This PR firstly fixes logic of the library and only then the performance. There are several of benefits to it:
|
Closes #1186.