-
Notifications
You must be signed in to change notification settings - Fork 12
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
Run asyncio loop in main thread #8
Comments
This requires making the |
maxfischer2781
added a commit
that referenced
this issue
Aug 10, 2018
Does this fix the problem in your case, @giffels? |
maxfischer2781
added a commit
that referenced
this issue
Aug 10, 2018
@maxfischer2781: Thanks a lot. It fixes the problem. Cheers, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
asyncio
subprocessing (possibly other features) requires an event loop in the main thread. See qtile/qtile#1046 (comment) and asyncio/subprocess-and-threads.The text was updated successfully, but these errors were encountered: