Y
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
Daishiman
2142 days ago
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.
link