harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
264 stars 46 forks source link

Any plan to use push model? #101

Open congzhangzh opened 5 years ago

congzhangzh commented 5 years ago

Hi Devs,

Current event poll use of query time out of 0.01, the best way of 0 delay maybe a push model(I just focus on windows), Is that possible?

Tks, Cong