Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

FSharp.Control.AsyncSeq

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fsharp.control.asyncseq - nuget Package Compare versions

Comparing version
1.15.0
to
1.14.0
+4
-2
FSharp.Control.AsyncSeq.nuspec

@@ -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