SuperLinq.Async
4.0.0-preview.2.5
Prefix Reserved
See the version list below for details.
dotnet add package SuperLinq.Async --version 4.0.0-preview.2.5
NuGet\Install-Package SuperLinq.Async -Version 4.0.0-preview.2.5
<PackageReference Include="SuperLinq.Async" Version="4.0.0-preview.2.5" />
paket add SuperLinq.Async --version 4.0.0-preview.2.5
#r "nuget: SuperLinq.Async, 4.0.0-preview.2.5"
// Install SuperLinq.Async as a Cake Addin #addin nuget:?package=SuperLinq.Async&version=4.0.0-preview.2.5&prerelease // Install SuperLinq.Async as a Cake Tool #tool nuget:?package=SuperLinq.Async&version=4.0.0-preview.2.5&prerelease
SuperLinq
Async LINQ to Objects is missing a few desirable features.
This project enhances Async LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.
SuperLinq is available for download and installation as NuGet packages.
Usage
SuperLinq.Async can be used in one of two ways. The simplest is to just import the
SuperLinq.Async
namespace and all extension methods become instantly available for
you to use on the types they extend (typically some instantiation of
IAsyncEnumerable<T>
).
Apart from extension methods, SuperLinq.Async also offers regular static method
that generate (instead of operating on) sequences, like Unfold
,
Random
, Sequence
and others.
.NET Versions
Base library is supported on .NET Core 3.1 and .NET 5.0+.
Operators
Consume
Completely consumes the given sequence. This method does not store any data during execution
From
Returns a sequence containing the values resulting from invoking (in order) each function in the source sequence of functions.
This method has 4 overloads.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- System.Interactive.Async (>= 6.0.1)
- System.Linq.Async (>= 6.0.1)
-
net5.0
- System.Interactive.Async (>= 6.0.1)
- System.Linq.Async (>= 6.0.1)
-
net6.0
- System.Interactive.Async (>= 6.0.1)
- System.Linq.Async (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SuperLinq.Async:
Package | Downloads |
---|---|
Parquet.Producers
Little dotnet framework for maintaining sorted datasets in Parquet with incremental updating |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 6,870 | 7/17/2024 |
6.1.0 | 2,321 | 5/24/2024 |
6.0.1 | 5,645 | 4/30/2024 |
6.0.0 | 139 | 4/10/2024 |
6.0.0-preview.1 | 68 | 2/26/2024 |
5.4.0 | 11,047 | 11/27/2023 |
5.4.0-preview.1 | 87 | 11/22/2023 |
5.3.0 | 148 | 11/14/2023 |
5.2.0 | 265 | 7/8/2023 |
5.1.0 | 216 | 5/26/2023 |
5.0.0 | 736 | 4/28/2023 |
4.8.0 | 554 | 2/21/2023 |
4.7.0 | 322 | 1/30/2023 |
4.6.0 | 315 | 12/24/2022 |
4.5.0 | 351 | 11/28/2022 |
4.4.0 | 512 | 10/3/2022 |
4.3.0 | 434 | 9/28/2022 |
4.2.0 | 1,868 | 8/25/2022 |
4.1.0 | 383 | 8/12/2022 |
4.1.0-preview.2 | 115 | 7/25/2022 |
4.1.0-preview.1 | 129 | 7/21/2022 |
4.0.0 | 436 | 7/20/2022 |
4.0.0-preview.7 | 142 | 7/9/2022 |
4.0.0-preview.6 | 143 | 7/4/2022 |
4.0.0-preview.5 | 124 | 6/28/2022 |
4.0.0-preview.4 | 109 | 6/20/2022 |
4.0.0-preview.2.5 | 137 | 6/15/2022 |