fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Documentation says there's a `TaskSeq.toAsyncSeq` function, but it does not exist #214

Open abelbraaksma opened 8 months ago

abelbraaksma commented 8 months ago

Can we implement this function? To prevent having a dependency on AsyncSeq, we probably need to create this function using SRTP, but it should be possible for users to convert to/from AsyncSeq.