Add async post to deep-dive-blog-posts.md (#83506)
authorStephen Toub <stoub@microsoft.com>
Sun, 19 Mar 2023 12:34:46 +0000 (08:34 -0400)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 12:34:46 +0000 (08:34 -0400)
docs/deep-dive-blog-posts.md

index 613f9bf9ed641d62bf507e4e27a759f21adbcc96..b0927c9eb242a8bf249faf664083c46f47587bd3 100644 (file)
@@ -30,3 +30,4 @@
 - [Preventing .NET Garbage Collections with the TryStartNoGCRegion API](http://mattwarren.org/2016/08/16/Preventing-dotNET-Garbage-Collections-with-the-TryStartNoGCRegion-API/)
 - [GC Pauses and Safe Points](http://mattwarren.org/2016/08/08/GC-Pauses-and-Safe-Points/)
 - [Strings and the CLR - a Special Relationship](http://mattwarren.org/2016/05/31/Strings-and-the-CLR-a-Special-Relationship/)
+- [How Async/Await Really Works in C#](https://devblogs.microsoft.com/dotnet/how-async-await-really-works/)