Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
13 packages returned for Tags:"IAsyncEnumerable"
Sort by
Relevance
Downloads
Recently updated
AsyncEnumerator
by:
Dasync
sergiis
16,785,193 total downloads
last updated
12/4/2019
Latest version:
4.0.2
IAsyncEnumerable
IAsyncEnumerator
ForEachAsync
ParallelForEachAsync
async
await
foreach
parallel
async-streams
linq
More tags
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where...
More information
Theraot.
Core
by:
N-N
theraot
295,189 total downloads
last updated
11/4/2021
Latest version:
3.2.11
Backport
Polyfill
Bridge
ValueTask
ValueTuple
Async
Task
Linq
Expressions
ThreadLocal
More tags
Theraot.Core is a .NET Backport (ValueTask, ValueTuple, Task, Expressions, Linq, ThreadLocal, IsExternalInit, Range, Index, etc...) for .NET Framework. .NET Core, .NET Standard
FSharp.
Control.
TaskSeq
by:
abelbraaksma
fsprojects
95,788 total downloads
last updated
6/5/2023
Latest version:
0.4.0-alpha.1
taskseq
f#
computation
expression
IAsyncEnumerable
task
async
asyncseq
This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable<'T>. The 'taskSeq' computation expression adds support for awaitable asynchronous sequences with...
More information
CSRakowski.
AsyncStreamsPreparations
by:
csrakowski
40,722 total downloads
last updated
1/8/2023
Latest version:
1.5.2
C#
8
AsyncStreams
IAsyncEnumerable
IAsyncDisposable
Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.
SafeParallelAsync
by:
NewOrbit
21,634 total downloads
last updated
1/19/2022
Latest version:
0.4.0-pre.124681
Linq
IEnumerable
IAsyncEnumerable
Async
Task
This is a micro library that solves a single problem: How to run a large number of async tasks in parallel without running too many at the same time - and without running out of memory.
MongoDB.
Driver.
Linq.
AsyncEnumerable
by:
vilppu
10,489 total downloads
last updated
5/6/2022
Latest version:
2.15.4
MongoDB
AsyncEnumerable
IAsyncEnumerable
Unofficial IAsyncEnumerable support for MongoDB C# Driver.
Open.
IO.
Extensions
by:
electricessence
1,918 total downloads
last updated
10/6/2021
Latest version:
1.0.0
Stream
TextReader
PipeReader
IAsyncEnumerable
IAsyncEnumerable extensions for handling streams. Part of the "Open" set of libraries.
EnumerableAsyncProcessor.
Ns
by:
mamift
2,010 total downloads
last updated
10/18/2022
Latest version:
1.0.2
IAsyncEnumerable
async
await
A .NET Standard 2 compatible backport of the very good github.com/thomhurst/EnumerableAsyncProcessor project
rf77.
AsyncEnumerableExtensions
by:
rf77
2,855 total downloads
last updated
9/23/2020
Latest version:
0.2.10-preview
Time
Async
Streams
IAsyncEnumerable
Extensions
Enumerable
Asynchronous
Additional IAsyncEnumerable Extension Methods
EagerAsyncEnumerable
by:
jswerdfeger
709 total downloads
last updated
3/19/2023
Latest version:
1.0.1
async
IAsyncEnumerable
Provides an easy means of eagerly iterating over an IAsyncEnumerable before it is consumed.
ListenableAsyncEnumerable
by:
ricardoboss
159 total downloads
last updated
7/18/2023
Latest version:
1.0.0
IAsyncEnumerable
Async
Enumerable
Listen
`ListenableAsyncEnumerable` is a C# implementation of [Dart](https://dart.dev)s `Stream` infrastructure. It adds functionality to `IAsyncEnumerable` instances to be able to listen to the data emitted by them.
Tcp.
Framing
by:
StereoPythonics
448 total downloads
last updated
12/31/2022
Latest version:
1.1.0-alpha
TCP
Frame
Framing
Blob
Blobs
Bytes
Socket
Raw
Length
prefixing
More tags
A simple, opinionated, yet extensible library for pushing stuff over TCP streams.
Kenet.
SimpleProcess
by:
teneko-net-tools
3,100 total downloads
last updated
12/17/2022
Latest version:
0.1.4
process
async
executor
runner
starter
start
run
execute
execution
exit-code
More tags
A simple process trying to replace the bootstrap code of a native instance of System.Diagnostic.Process. Supports synchronous and asynchronous workflows. The support of .NET Standard 2.0 is the main goal of...
More information