You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@
5
5
6
6
This repository demonstrates how to use `IAsyncEnumerable` and `System.Linq.Async` to build pipelines in C#.
7
7
8
+
9
+
> [!IMPORTANT]
10
+
> This repository doesn't cover all the possible concerns such as error handling, cancellation, backpressure, performance, etc. It's just a simple demonstration of how to build pipelines with `IAsyncEnumerable` and `System.Linq.Async`.
11
+
8
12
```bash
9
13
dotnet example --list
10
14
```
@@ -19,3 +23,18 @@ dotnet example --list
19
23
│ TextSummarizationAndAggregationPipeline │ Demonstrates how to build custom async-enumerable operators. │
0 commit comments