Hacker News new | ask | show | jobs
by jjnoakes 3518 days ago
Why do you think they are trying to reinvent threads? Looks to me like it is a basic nested event loop.
1 comments

It pauses execution of a stack when it is blocked allowing other stacks to execute.