Hacker News new | ask | show | jobs
by thelazydogsback 2114 days ago
How did they not work out??
1 comments

Mainly because its the colored function problem. You end up having to change the call stack all the way up to Task<T>. Once you start using them, everything is a Task.
Or polluting the code with a couple of Task.Run() to avoid having to do just that.