Hacker News new | ask | show | jobs
by xxgreg 4166 days ago
> C# has beautiful ideas about inline-async via generators that are similar to yield in ES6

Dart also has async/await, and synchronous generators using yield.