Skip to content

Ix.Async Select with selector returning Task<TResult> #168

@fubar-coder

Description

@fubar-coder

It would be very convenient to have a Select(Func<TInput, Task<TResult>>) out of the box.

The only way to do this is by creating your own Select function or by using .SelectMany(x => ConvertItemAsync(x).ToAsyncEnumerable()), which probably isn't as optimized as it could've been?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions