Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
C#MIT
Issues
- 0
ParallelForEachAsync hangs when I update Microsoft.Bcl.AsyncInterfaces from 1.0.0.0 to 5.0.0.0
#70 opened by kevinlcobb - 0
- 3
- 1
- 0
- 3
Accidentally using Dasync's async methods on an EF DbSet blows up the world
#64 opened by benmccallum - 0
- 0
- 1
Does not work on linux systems
#55 opened by liaowubinf - 0
- 0
the type IAsyncEnumerable exists in both AsyncInterfaces and interactive.async
#60 opened by JuanIHernandez - 0
- 3
- 0
Use the interfaces in a .NET Core 3.1 project
#56 opened by janniksam - 1
- 3
How to break on ParallelForEachAsync
#51 opened - 3
Support IProgress in ParallelForEachAsync
#37 opened by Misiu - 10
.NET Core 3 / .NET Standard 2.1
#46 opened by Numpsy - 5
System is a reserved namespace
#14 opened by kabua - 5
yield.ReturnAsync inside ParallelForEachAsync
#45 opened by galmok - 2
Should MoveNextAsync/ReturnAsync be checking if the CancellationToken has been cancelled?
#40 opened by ndani14-zap - 2
Property-based testing
#43 opened by mausch - 1
Source coming from multiple threads?
#44 opened by ejlevin1 - 2
Chaining async's
#33 opened by JeffN825 - 3
- 6
asp.net core web api
#39 opened by random7192 - 1
Aggregate with async accumulator
#42 opened by mausch - 5
- 2
ParallelForEachAsync not awaiting
#34 opened by Simba-Mupfunya - 3
Async disposal (Feature Request)
#11 opened by TomPeters - 2
- 1
- 1
Why does IEnumerable<Task<T>>.ToAsyncEnumerable() not return IAsyncEnumerable<T> ?
#31 opened by Denis535 - 2
yield.Break() leads to TaskCanceledException
#30 opened by Denis535 - 1
Provide example for reading file async
#29 opened by thelemontree10 - 5
FEATURE: IOrderedAsyncEnumerable implementation
#28 opened by otabekgb - 2
What does 'unofficial predecessor version' mean
#26 opened by ndrwrbgs - 4
- 7
- 5
- 1
- 5
- 2
- 1
Unexpected behaviour after disposing
#12 opened by TomPeters - 4
Task-Like AsyncEnumerable
#13 opened by Andrew-Hanlon - 1
- 1
Parallel Loop State (feature request)
#17 opened by sallgeud - 1
- 2
Memory leak
#20 opened by Ttxman - 6
SelectMany (feature request)
#23 opened by julian-goldsmith