Skip to content

API Proposal: IAsyncEnumerable intergrate with LINQ #29228

Closed
@hez2010

Description

@hez2010

For example:

IAsyncEnumerable<T> xxxx;

var result = await xxxx.Where(i=> .....).OrderBy(i=> ...).AsAsync();
var result = await from async c in xxxx where .... order by ..... asc;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions