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

Well, you can even block event loop in `async def` if you are not careful. When you are using `async def` you need to do all your IO (disk, network) operations asynchronously or your are blocking the event loop.


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

Search: