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

Cleanup: remove dead code, improve test coverage #228

Closed abelbraaksma closed 8 months ago

abelbraaksma commented 8 months ago

As in the title. @bartelink found a bunch of unused parameters in #225. This PR aims to address those.