Hacker News new | ask | show | jobs
by flohofwoe 1078 days ago
An async/await runtime doesn't necessarily need to run everything on the same thread though (that's really just a Javascript runtime restriction), instead it could use a thread pool. In this case, the same concurrent data issues would apply.
1 comments

Yes, basically golang model