Hacker News new | ask | show | jobs
by sayurichick 3477 days ago
serious question. isn't the function* way of doing things outdated already? I thought generators with function* and yield were replaced by

async/await?