Hacker News new | ask | show | jobs
by iainmerrick 3223 days ago
await/promises/etc mostly exist to solve the problem that JavaScript doesn't have threads

async/await was popularized in C#, which does have threads.