Hacker News new | ask | show | jobs
by anentropic 2143 days ago
How does async/await solve this? I would have thought it has exactly the same problem?
1 comments

It does have the same problem. Standard library CPU-heavy functions are not generally async-friendly. You'll be stuck blocking for that 500kb JSON file to serialize.