Skip to content

Add getIterator#21

Merged
dsyme merged 3 commits intofsprojects:masterfrom
dsyme:fix-15
May 13, 2015
Merged

Add getIterator#21
dsyme merged 3 commits intofsprojects:masterfrom
dsyme:fix-15

Conversation

@dsyme
Copy link
Copy Markdown
Contributor

@dsyme dsyme commented Mar 30, 2015

When we hid the Nil/Cons representation of AsyncSeq, we lost the ability to iterate the sequence left-to-right in a controlled way. This recovers this ability, with the aim of unblocking use of FSharp.Control.AsyncSeq in the FSharpx.Async library.

We will likely replace this function with a proper IAsyncEnumerable and IAsyncIterator implementation at a later point, this is just to unblock.

dsyme added a commit that referenced this pull request May 13, 2015
@dsyme dsyme merged commit d2e3dc9 into fsprojects:master May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant