<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Golang Channel用法简编》的评论</title>
	<atom:link href="http://tonybai.com/2014/09/29/a-channel-compendium-for-golang/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2014/09/29/a-channel-compendium-for-golang/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2014/09/29/a-channel-compendium-for-golang/#comment-7659</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Tue, 06 Dec 2022 12:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1551#comment-7659</guid>
		<description>感谢指出，这块的确有问题。8年前的理解有误。</description>
		<content:encoded><![CDATA[<p>感谢指出，这块的确有问题。8年前的理解有误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：shiyi</title>
		<link>https://tonybai.com/2014/09/29/a-channel-compendium-for-golang/#comment-7658</link>
		<dc:creator>shiyi</dc:creator>
		<pubDate>Mon, 05 Dec 2022 08:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1551#comment-7658</guid>
		<description>select每次按case顺序evaluate，这块是有误的，那块也不是0无线循环，等两秒后7入channel了会打印出来7的，select里面的case是无序的，各位初学者注意哦</description>
		<content:encoded><![CDATA[<p>select每次按case顺序evaluate，这块是有误的，那块也不是0无线循环，等两秒后7入channel了会打印出来7的，select里面的case是无序的，各位初学者注意哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：fmouse</title>
		<link>https://tonybai.com/2014/09/29/a-channel-compendium-for-golang/#comment-7505</link>
		<dc:creator>fmouse</dc:creator>
		<pubDate>Fri, 09 Oct 2020 08:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1551#comment-7505</guid>
		<description>在Nil channels中2、nil channel在select中很有用中“原来select每次按case顺序evaluate：”。这里有误吧。</description>
		<content:encoded><![CDATA[<p>在Nil channels中2、nil channel在select中很有用中“原来select每次按case顺序evaluate：”。这里有误吧。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
