9
Czy można „czekać na zwrot wyniku DoSomethingAsync ()”
Czy zwykłe bloki iteratora (np. „Yield return”) są niezgodne z „async” i „await”? To daje dobre wyobrażenie o tym, co próbuję zrobić: async Task<IEnumerable<Foo>> Method(String [] Strs) { // I want to compose the single result to the final result, so I use the SelectMany var finalResult = UrlStrings.SelectMany(link => …