Reactive: Where is the documentation for System.Linq.Async ?

Created on 28 Nov 2019  路  4Comments  路  Source: dotnet/reactive

It's wonderful that we now have framework provided IAsyncEnumerable and some C# sugar for it, but where are the extension methods we all need ? Where Select ....

Is this package the official home for IAsyncEnumerable extension methods? If yes, where can I read more about it? Where are the docs?

Why isn't full Linq support included in the .net core framework?

question [area] Ix documentation

Most helpful comment

where are the extension methods

If yes, where can I read more about it? Where are the docs?

The IAsyncEnumerable is pretty new and since this project is developed outside the C# corefx, we volunteers and contributors had no time yet to add much documentation. The best you can do is search for IAsyncEnumerable online and consider results after this October.

All 4 comments

where are the extension methods

If yes, where can I read more about it? Where are the docs?

The IAsyncEnumerable is pretty new and since this project is developed outside the C# corefx, we volunteers and contributors had no time yet to add much documentation. The best you can do is search for IAsyncEnumerable online and consider results after this October.

Thanks for clearing things up. I am very grateful for volunteer work.

I'm a little surprised MS has not put its weight behind IAsyncEnumerable.

Do you know if MS has plans to adopt this package into corefx? Or will it always be a 'contrib' ?

Do you know if MS has plans to adopt this package into corefx? Or will it always be a 'contrib' ?

I don't know.

Googled IAsyncEnumerable (used results since Oct 1st) - nothing about System.Linq.Async. I suppose the best we can do is read the source code of https://github.com/dotnet/reactive/blob/master/Ix.NET/Source/System.Linq.Async/System/Linq/AsyncEnumerable.AsyncOverloads.cs

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanEggers picture JanEggers  路  4Comments

MartinEgli picture MartinEgli  路  5Comments

kkm000 picture kkm000  路  7Comments

clairernovotny picture clairernovotny  路  5Comments

jeremyVignelles picture jeremyVignelles  路  5Comments