-
Notifications
You must be signed in to change notification settings - Fork 31
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
multithreading support #69
Comments
Hi. Yes this can be done with the ConnectionEvaluator as described at https://www.kdab.com/introducing-the-connectionevaluator-in-kdbindings/ We will also be adding a convenience around this to https://github.com/KDAB/KDUtils |
Hi @kshanik , as @seanharmer said, signals can be made thread-safe with the use of a ConnectionEvaluator. Blocking connections is also supported. Your last question is whether property binding evaluation is thread-safe. |
@kshanik The convenience around this in KDUtils landed in this commit: KDAB/KDUtils@9104992. Available on |
Closing this now as multi-threaded signals/slots are supported, and multi-threaded property binding is tracked in #22 |
Can we achieve following in KDBindings?
Basically wanted to check if KDBindings support multithreaded property binding evaluation?
The text was updated successfully, but these errors were encountered: