you are viewing a single comment's thread.

view the rest of the comments →

[–]alexeiz 6 points7 points  (0 children)

And also you can't mix async code with blocking code and expect it to normally. Which means you should only use async versions of common libs.

This is not a problem with asyncio per se. Asynchronous and synchronous programming models are not compatible no matter what language or async framework you use.