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

asyncio.create_task is not working #116

Open
cosven opened this issue May 25, 2019 · 0 comments
Open

asyncio.create_task is not working #116

cosven opened this issue May 25, 2019 · 0 comments

Comments

@cosven
Copy link

cosven commented May 25, 2019

Python 3.7 add create_task function, it use _get_running_loop function to get event loop. However, we never the our QEventLoop as the running loop.

In asyncio event loops, they set running loop in run_forever.

Similar issue in asyncqt: https://github.com/gmarull/asyncqt/issues/3

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

No branches or pull requests

1 participant