DEV Community

Discussion on: Asyncio, the invincible

Collapse
 
tamas profile image
Tamás Szelei

Coming from a C++ background where I did a bit of async programming with asio, I found asyncio hard to grasp. I stumbled upon trio, which was much closer to my mental model and vocabulary. I recommend checking it out for anyone who struggles like I did.

Collapse
 
perigk profile image
Periklis Gkolias

Indeed, trio looks really nice. In a "part 2" kindof article, I will dive into frameworks and trio will totally be in.

trio.readthedocs.io/en/latest/