You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: