Hacker News new | ask | show | jobs
by CharlieDigital 1016 days ago
I can't quite understand all of the async hate.

I use it in C# and JS with no friction or mental overhead required.

In C#, I can still use channels or threads if I want to as well. But async/await is great for any I/O heavy code.