Hacker News new | ask | show | jobs
by 1st1 3332 days ago
> The event loop is only used when there is nothing going on.

In async applications event loop is what actually executes your code and performs IO. In essence, event loops are under load all the time.