21 May
2018
21 May
'18
4:22 a.m.
Hi, We are developing a network-facing GUI software. One team member builds the GUI software, which is based on PyQT and the eventloop is qt5reactor. Another team member writes the network functions, which is based on the https://github.com/bmuller/kademlia repo. Again, our code is built upon twisted, but to account for the kademila package, we switch the underlying event loop to asyncio. Now the problem comes as to how to integrate the GUI (qt5reactor) with the network(aysncio) eventloop? Possible to build a meta eventloop that combines qt5reactor and asyncio? Otherwise, any better approach? TIA. -- Best, Shiyao