FSharp.Control.AsyncSeq
2.0.10
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
<PackageReference Include="FSharp.Control.AsyncSeq" Version="2.0.10" />
paket add FSharp.Control.AsyncSeq --version 2.0.10
#r "nuget: FSharp.Control.AsyncSeq, 2.0.10"
// 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 | Versions 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. |
This package has no dependencies.
NuGet packages (46)
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 |
|
FsToolkit.ErrorHandling.AsyncSeq
FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling. |
|
FSharp.Azure.Storage
A library that provides an idiomatic F# API for Microsoft Azure services. |
|
Microsoft.FSharpLu
Utilities and .Net library wrappers for F# |
GitHub repositories (5)
Showing the top 5 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
|
|
namigop/FintX
Native, cross-platform gRPC test bench
|
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 968,764 | 11/8/2021 |
3.2.0 | 40,531 | 10/7/2021 |
3.1.0 | 12,937 | 8/23/2021 |
3.0.6 | 1,897 | 10/6/2021 |
3.0.5 | 141,905 | 7/24/2021 |
3.0.3 | 99,214 | 11/28/2020 |
3.0.2 | 172,175 | 9/5/2020 |
3.0.1 | 16,094 | 7/21/2020 |
2.0.24 | 311,467 | 5/27/2020 |
2.0.23 | 165,172 | 1/29/2020 |
2.0.22 | 171,145 | 9/29/2019 |
2.0.21 | 663,440 | 2/28/2018 |
2.0.21-alpha02 | 1,424 | 2/28/2018 |
2.0.21-alpha01 | 1,443 | 2/28/2018 |
2.0.20 | 20,938 | 12/26/2017 |
2.0.20-alpha04 | 1,314 | 12/26/2017 |
2.0.20-alpha03 | 1,504 | 12/26/2017 |
2.0.20-alpha02 | 1,438 | 12/26/2017 |
2.0.20-alpha01 | 1,396 | 12/25/2017 |
2.0.19 | 1,951 | 12/25/2017 |
2.0.19-alpha01 | 1,456 | 2/28/2018 |
2.0.18 | 2,982 | 12/14/2017 |
2.0.17 | 13,111 | 11/21/2017 |
2.0.16 | 13,994 | 9/29/2017 |
2.0.15 | 1,632 | 9/27/2017 |
2.0.14 | 1,821 | 9/27/2017 |
2.0.13 | 1,820 | 9/26/2017 |
2.0.12 | 32,359 | 4/6/2017 |
2.0.11 | 2,850 | 3/4/2017 |
2.0.10 | 9,935 | 11/25/2016 |
2.0.9 | 7,890 | 7/28/2016 |
2.0.8 | 5,813 | 3/29/2016 |
2.0.3 | 11,966 | 12/4/2015 |
2.0.2 | 2,762 | 10/15/2015 |
2.0.1 | 5,662 | 6/1/2015 |
2.0.0 | 8,521 | 6/1/2015 |
1.15.0 | 3,136 | 3/30/2015 |
1.14.0 | 1,771 | 3/30/2015 |
1.13.0 | 5,262 | 3/27/2015 |
1.0.0 | 31,428 | 12/25/2017 |
Improved asyncSeq workflow performance via bindAsync generator (@pragmatrix)