FSharp.Control.TaskSeq icon indicating copy to clipboard operation
FSharp.Control.TaskSeq copied to clipboard

ValueTask versions for `mapAsync` and `chooseAsync` and other async functions

Open xperiandri opened this issue 9 months ago • 1 comments

It would be nice to have functions that accept functions returning ValueTask in addition to Task Maybe something like ValueTaskSeq module that has the same functions but accepting ValueTask as return value

xperiandri avatar Jan 22 '25 12:01 xperiandri

Yeah, that's a good idea. I'll have to think a bit about how to implement, as it is likely to blow up the surface area.

Do note that taskSeq and IAsyncEnumerable uses ValueTasks already.

abelbraaksma avatar Feb 20 '25 17:02 abelbraaksma