And IMO, the semantics of any reactive APIs is better than just providing await.
Await serializes the async calls instead of running them concurrently. And too few C# devs are aware of/using the Task API.
And IMO, the semantics of any reactive APIs is better than just providing await.
Await serializes the async calls instead of running them concurrently. And too few C# devs are aware of/using the Task API.