Sep 3, 2018 · 1 min read
That is false, there is not flatMap in Task in C#. IEnumerable has flatMap represented by SelectMany, but in here we are talking about async API, not LINQ.
That is false, there is not flatMap in Task in C#. IEnumerable has flatMap represented by SelectMany, but in here we are talking about async API, not LINQ.
Written by