Hacker News new | ask | show | jobs
JavaScript Generators – introduction and examples of usage (blog.ragnarson.com)
11 points by marcindrozd 3477 days ago
1 comments

serious question. isn't the function* way of doing things outdated already? I thought generators with function* and yield were replaced by

async/await?