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

Annotate dead code #225

Closed bartelink closed 8 months ago

bartelink commented 8 months ago

EDIT: follow-up #228.


Stuff from the cleanup in #226 that merits attention from @abelbraaksma I don't have any plans to do anything with them...

abelbraaksma commented 8 months ago

Thanks for this!

As discussed. This is now in a new PR (as I needed a different name for the branch). Followup is here: #228, where these issues are addressed and fixed.