<?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>协程池 on Inkwell Corner</title>
    <link>https://xhyyx.pages.dev/tags/%E5%8D%8F%E7%A8%8B%E6%B1%A0/</link>
    <description>Recent content in 协程池 on Inkwell Corner</description>
    <image>
      <title>Inkwell Corner</title>
      <url>https://i.postimg.cc/7hwBy7VS/calcr.png</url>
      <link>https://i.postimg.cc/7hwBy7VS/calcr.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>©2026 Inkwell Corner</copyright>
    <lastBuildDate>Mon, 24 Nov 2025 12:08:38 +0800</lastBuildDate>
    <atom:link href="https://xhyyx.pages.dev/tags/%E5%8D%8F%E7%A8%8B%E6%B1%A0/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>go ants pool 协程池学习笔记 </title>
      <link>https://xhyyx.pages.dev/posts/go-ants-pool/</link>
      <pubDate>Mon, 24 Nov 2025 12:08:38 +0800</pubDate>
      <guid>https://xhyyx.pages.dev/posts/go-ants-pool/</guid>
      <description>&lt;h1 id=&#34;概述&#34;&gt;概述&lt;/h1&gt;
&lt;p&gt;使用 Go 开发并发程序很容易，一个 &lt;code&gt;go&lt;/code&gt; 关键字就可以启动协程处理任务。Go 创建一个 goroutine 只需要 2K 内存空间，并且 go 协程上下文信息仅存储在两个寄存器中，对于 Go 运行时来说，切换上下文特别快。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
