FSharp.Control.AsyncSeq
Advanced tools
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
| <id>FSharp.Control.AsyncSeq</id> | ||
| <version>1.15.0</version> | ||
| <version>1.14</version> | ||
| <authors>Tomasz Petricek, David Thomas, Ryan Riley, Steffen Forkmann</authors> | ||
@@ -14,3 +14,5 @@ <owners>Tomasz Petricek, David Thomas, Ryan Riley, Steffen Forkmann</owners> | ||
| <summary>Asynchronous sequences for F#</summary> | ||
| <releaseNotes>Add AsyncSeq.getIterator (unblocks use of AsyncSeq in FSharpx.Async)</releaseNotes> | ||
| <releaseNotes>Cancellable AsyncSeq.toBlockingSeq | ||
| Fix AsyncSeq.scanAsync to also return first state | ||
| Add a signature file</releaseNotes> | ||
| <copyright>Copyright 2015</copyright> | ||
@@ -17,0 +19,0 @@ <tags>F# async fsharpx</tags> |
@@ -260,7 +260,2 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| </member> | ||
| <member name="M:FSharp.Control.AsyncSeq.getIterator``1(Microsoft.FSharp.Control.FSharpAsync{FSharp.Control.AsyncSeqInner{``0}})"> | ||
| <summary> | ||
| Get a function that may be usesd as an async iterator for the sequence. This functionality may be replaced in later versions of this library. | ||
| </summary> | ||
| </member> | ||
| <member name="M:FSharp.Control.AsyncSeq.distinctUntilChanged``1(Microsoft.FSharp.Control.FSharpAsync{FSharp.Control.AsyncSeqInner{``0}})"> | ||
@@ -267,0 +262,0 @@ <summary> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet