IAsyncEnumerable
OnurGumus opened this issue · 1 comments
OnurGumus commented
I noticed FSharp.Control.TaskSeq
isn't supported with computation expressions like taskResult
, any plans?
TheAngryByrd commented
👋 While I wouldn't depend on FSharp.Control.TaskSeq
for this, I'd accept a PR for handling IAsyncEnumerable
. Here's an example of the implementation in IcedTasks someone could use for reference.