|
|
|
|
|
by hinoki
2370 days ago
|
|
There are Task.WhenAll and Task.WhenAny, but I think GP is referring to it being easier to do the naïve thing and write sequential awaits instead. Does anyone know if there are warnings or linters that will catch this in C#, at least if done within one function? |
|
That just doesn't seem like good language design. I totally get the need for concurrency, but the feature shouldn't have such an invasive impact on the code base. Go and Erlang manage to provide good concurrency support without the tax.
[0] https://stackoverflow.com/questions/9343594/how-to-call-asyn...