aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

example of aiozmq.rpc with PyQt5 #158

Open JCP13 opened 4 years ago

JCP13 commented 4 years ago

Hi,

Does anyone have a working example of using aiozmq.rpc with PyQt5 (client-server model)?

Thank you.