Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When working in a fully async context, it becomes very logical and natural. A great example of this is the FastAPI web framework. You never write any top-level code, only functions that the framework calls, so you never have to deal with the event loop directly. You basically just sprinkle some async and await keywords around your IO bottlenecks and things suddenly run smoother.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: