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

socketnotifier: add optional support for rust event loop #48108

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

jkarneges
Copy link
Member

If an EventLoop instance is present in the thread, use it, else fall back to the Qt event loop. This will allow us to introduce the new event loop gradually.

Note: timers and deferred calls don't work with the new event loop yet, so the new event loop is not fully ready to use, but this is a first step to making it usable.

@jkarneges jkarneges merged commit dc33a67 into main Jan 31, 2025
19 of 20 checks passed
@jkarneges jkarneges deleted the jkarneges/socketnotifier-eventloop branch January 31, 2025 17:43
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

Successfully merging this pull request may close these issues.

2 participants