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

Possible to integrate this eventloop with asyncio? #19

Open
millennium-falcon42 opened this issue May 22, 2018 · 1 comment
Open

Possible to integrate this eventloop with asyncio? #19

millennium-falcon42 opened this issue May 22, 2018 · 1 comment

Comments

@millennium-falcon42
Copy link

We are developing a pyqt5 application with qt5reactor. One of our external dependency depends on asyncio.

Possible to integrate these two together?

Achieving something like this: https://gist.github.com/ldjebran/4febf298232a6fd86871df25d4dc00dd#file-txasynciouvloop-py-L18 ?

Where uvloop is twisted reactor.

@altendky
Copy link
Member

As far as I know the 'real' reactor is going to have to be Qt's since none of these Python things are going to on-the-fly rewrite the Qt C++ code. Given that, it's just a matter of how many other things are able to use the Qt reactor. So, I would think you'd just start running quamash in addition to Qt and qt5reactor. Of course, I'm sure that's easier said than done. Good luck? Let us know how it goes.

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

2 participants