FSharp.Control.AsyncSeq 2.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Control.AsyncSeq --version 2.0.10
NuGet\Install-Package FSharp.Control.AsyncSeq -Version 2.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Control.AsyncSeq" Version="2.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Control.AsyncSeq --version 2.0.10
#r "nuget: FSharp.Control.AsyncSeq, 2.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharp.Control.AsyncSeq as a Cake Addin
#addin nuget:?package=FSharp.Control.AsyncSeq&version=2.0.10

// Install FSharp.Control.AsyncSeq as a Cake Tool
#tool nuget:?package=FSharp.Control.AsyncSeq&version=2.0.10

Asynchronous sequences for F#

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (45)

Showing the top 5 NuGet packages that depend on FSharp.Control.AsyncSeq:

Package Downloads
FSharpx.Async

Async extensions for F#

Vp.FSharp.Sql

Generic F# ADO Provider Wrapper

FSharp.Azure.Storage

A library that provides an idiomatic F# API for Microsoft Azure services.

FsToolkit.ErrorHandling.AsyncSeq

FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling.

Microsoft.FSharpLu The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Utilities and .Net library wrappers for F#

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on FSharp.Control.AsyncSeq:

Repository Stars
SodiumFRP/sodium
Sodium - Functional Reactive Programming (FRP) Library for multiple languages
helios-io/helios
reactive socket middleware for .NET
JamesRandall/FunctionMonkey
Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MKL-NET/MKL.NET
A simple cross platform .NET API for Intel MKL
Version Downloads Last updated
3.2.1 773,014 11/8/2021
3.2.0 35,645 10/7/2021
3.1.0 12,833 8/23/2021
3.0.6 1,810 10/6/2021
3.0.5 101,888 7/24/2021
3.0.3 96,860 11/28/2020
3.0.2 152,688 9/5/2020
3.0.1 15,423 7/21/2020
2.0.24 269,963 5/27/2020
2.0.23 155,977 1/29/2020
2.0.22 163,614 9/29/2019
2.0.21 586,486 2/28/2018
2.0.21-alpha02 1,342 2/28/2018
2.0.21-alpha01 1,379 2/28/2018
2.0.20 20,076 12/26/2017
2.0.20-alpha04 1,241 12/26/2017
2.0.20-alpha03 1,427 12/26/2017
2.0.20-alpha02 1,372 12/26/2017
2.0.20-alpha01 1,332 12/25/2017
2.0.19 1,888 12/25/2017
2.0.19-alpha01 1,371 2/28/2018
2.0.18 2,884 12/14/2017
2.0.17 12,983 11/21/2017
2.0.16 13,710 9/29/2017
2.0.15 1,563 9/27/2017
2.0.14 1,736 9/27/2017
2.0.13 1,737 9/26/2017
2.0.12 31,898 4/6/2017
2.0.11 2,768 3/4/2017
2.0.10 9,842 11/25/2016
2.0.9 7,800 7/28/2016
2.0.8 5,712 3/29/2016
2.0.3 11,783 12/4/2015
2.0.2 2,692 10/15/2015
2.0.1 5,555 6/1/2015
2.0.0 8,180 6/1/2015
1.15.0 3,067 3/30/2015
1.14.0 1,700 3/30/2015
1.13.0 5,178 3/27/2015
1.0.0 29,224 12/25/2017

Improved asyncSeq workflow performance via bindAsync generator (@pragmatrix)