Y
Hacker News
new
|
ask
|
show
|
jobs
by
chamoda
418 days ago
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.