Y
Hacker News
new
|
ask
|
show
|
jobs
by
thelazydogsback
2114 days ago
How did they not work out??
1 comments
vips7L
2114 days ago
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.
link
pjmlp
2114 days ago
Or polluting the code with a couple of Task.Run() to avoid having to do just that.
link