async-streams
There are 11 repositories under async-streams topic.
Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
tpeczek/demo-json-streaming-with-dotnet
Sample project for demonstrating how to use async streams, JSONL (JSON Lines), and NDJSON (Newline Delimited JSON) to improve user experience by streaming JSON objects from server to client and client to server in .NET
tpeczek/json-streaming-dotnet
JsonStreaming.NET is a solution that provides a set of libraries for working with asynchronous streaming data sources over HTTP using JSONL (JSON Lines) and NDJSON (Newline Delimited JSON).
gfoidl/DataCompression
Data compression -- Swinging Door Algorithm
dshe/RxSockets
A minimal reactive / async streams socket implementation.
ivanbgd/stock-trading-cli-with-async-streams
My implementation of "Build a Stock-Tracking CLI with Async Streams in Rust" - The Actor Model
csrakowski/CSRakowski.AsyncStreamsPreparations
Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.
doggy8088/csharp-async-streams-api
使用 C# 8.0 Async Streams 實現非同步串流 ASP.NET Core Web API
elemental-mind/deferium
Events, promises and asynchronous operations simplified
LutsenkoVlad/CSharp8
Shows new c# 8 features