<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Chan on ᕕ( ᐛ )ᕗ Jimyag&#39;s Blog</title>
    <link>https://jimyag.com/blog/chan/</link>
    <description>专注于 Kubernetes、KubeVirt、OVN 和 Firecracker 的后端开发工程师</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>Copyright © 2019, jimyag.</copyright>
    <lastBuildDate>Sat, 16 May 2026 22:49:44 +0800</lastBuildDate>
    <atom:link href="https://jimyag.com/blog/chan/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go chan 底层实现原理全解析</title>
      <link>https://jimyag.com/posts/golang-chan-internals/</link>
      <pubDate>Fri, 15 May 2026 23:10:49 +0800</pubDate>
      <guid>https://jimyag.com/posts/golang-chan-internals/</guid>
      <description>从 hchan 数据结构、环形缓冲区、send/recv/close 执行路径到 select 调度，系统梳理 Go chan 的底层实现原理和常见并发陷阱。</description>
    </item>
  </channel>
</rss>
