<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Goroutine on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/tags/goroutine/</link><description>Recent content in Goroutine on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Thu, 12 Mar 2026 14:00:00 +0800</lastBuildDate><atom:link href="https://blog.mickeyzzc.tech/tags/goroutine/rss.xml" rel="self" type="application/rss+xml"/><item><title>并发：goroutine、channel 与 context 的艺术</title><link>https://blog.mickeyzzc.tech/posts/programming/go-concurrency/</link><pubDate>Thu, 12 Mar 2026 14:00:00 +0800</pubDate><guid>https://blog.mickeyzzc.tech/posts/programming/go-concurrency/</guid><description>&lt;p&gt;并发是 Go 语言区别于其他语言的核心特性。不同于 C++/Java 的线程模型，也不像 JavaScript 的单线程事件循环，Go 提供了一组并发原语——goroutine、channel 和 context，用相对直观的代码写出高性能并发程序。&lt;/p&gt;</description></item></channel></rss>