<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blocking and Suspending on Echo $Musings</title>
    <link>https://hongzhucui.com/tags/blocking-and-suspending/</link>
    <description>Recent content in Blocking and Suspending on Echo $Musings</description>
    <image>
      <title>Echo $Musings</title>
      <url>https://hongzhucui.com/images/papermod-cover.png</url>
      <link>https://hongzhucui.com/images/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.137.1</generator>
    <language>en</language>
    <copyright>Hongzhu Cui</copyright>
    <lastBuildDate>Fri, 16 May 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://hongzhucui.com/tags/blocking-and-suspending/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Async/await III - &#34;Suspending&#34; and &#34;Blocking&#34; in Async programming</title>
      <link>https://hongzhucui.com/posts/async_await_iii_suspending_and_blocking/</link>
      <pubDate>Fri, 16 May 2025 00:00:00 +0000</pubDate>
      <guid>https://hongzhucui.com/posts/async_await_iii_suspending_and_blocking/</guid>
      <description>In C# async programming, &amp;ldquo;block&amp;rdquo; and &amp;ldquo;suspend&amp;rdquo; refer to very different behaviors in how code waits for something to complete. In C#, await suspends the method without blocking the thread—that’s the magic of async/await.</description>
    </item>
  </channel>
</rss>
