fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

Fix 35 - leak in append #36

Closed dsyme closed 8 years ago

dsyme commented 8 years ago

Fixes #35 by cleaning up the code to track the exact state at each point of the iteration objects. The use of unions is nice, it should have been written like this in the first place.