Hacker News new | past | comments | ask | show | jobs | submit login

Async function don't really call anything by themselves: the executor does, and all function called in the context of an async function is called on the executor's stack. You just end up with a fixed number of executors running on their own OS thread with a normal stack.



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

Search: