Skip to content

Commit 0f7fbc5

Browse files
committed
added docs
1 parent bd511e0 commit 0f7fbc5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Contains all of my examples from various blog posts. You can find a comprehensiv
44

55
| BlogPost | Publish Date |
66
| -------------------------------------------------------------------------------------------------------------- | ------------ |
7+
| [Fluent API to await multiple calls and get their respective results](TaskWhenAllResult/) | 12.04.2024 |
78
| [An asynchronous lock free ring buffer for logging](LockFreeRingBuffer/) | 03.01.2024 |
89
| [Blazor .NET 8 - Enhanced Form Navigation](BlazorStaticForms/) | 22.11.2023 |
910
| [Redux Pattern in Blazor](ReduxBlazor/) | 04.11.2023 |

TaskWhenAllResult/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Fluent API to await multiple calls and get their respective results
2+
Sometimes, you have multiple async calls to make, and you want to do that asynchronously and get the results afterward. Let's build a fluent API to do that.
3+
4+
Found [here](https://steven-giesel.com/blogPost/d55cdae5-7294-40cc-a9d5-7552e092205e)

0 commit comments

Comments
 (0)