<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>并发 on 行间</title>
    <link>https://blog.songxinbai.com/tags/%E5%B9%B6%E5%8F%91/</link>
    <description>Recent content in 并发 on 行间</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 16 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.songxinbai.com/tags/%E5%B9%B6%E5%8F%91/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go 的 context 到底在传播什么</title>
      <link>https://blog.songxinbai.com/tech/go-context-propagation/</link>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.songxinbai.com/tech/go-context-propagation/</guid>
      <description>&lt;p&gt;&lt;code&gt;context.Context&lt;/code&gt; 是 Go 里被误用最多的类型之一。它看起来像个能往里塞任何东西的口袋，于是很多代码就真的把它当参数口袋用了。但它真正要传播的只有两样东西：&lt;strong&gt;取消信号&lt;/strong&gt;和&lt;strong&gt;请求作用域内的元数据&lt;/strong&gt;。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
