Hacker News new | ask | show | jobs
by initplus 719 days ago
Channels and async/await aren’t really equivalent features. Beyond the fact that they both deal with concurrency.

You can do channels (message passing) on top of async await.