<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concurrency on Antonio Cortés (DrZippie)</title><link>https://antoniocortes.com/en/tags/concurrency/</link><description>Recent content in Concurrency on Antonio Cortés (DrZippie)</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 27 Sep 2026 10:58:49 +0200</lastBuildDate><atom:link href="https://antoniocortes.com/en/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>Go Concurrency Distilled: all of Go's concurrency in one place</title><link>https://antoniocortes.com/en/go-concurrency-distilled/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0000</pubDate><guid>https://antoniocortes.com/en/go-concurrency-distilled/</guid><description>&lt;p&gt;In 2015 I wrote an article about &lt;a href="https://antoniocortes.com/en/what-i-like-about-go/"&gt;what I liked about Go&lt;/a&gt;, and one of the things I found hardest to explain back then was concurrency. Goroutines looked like threads, but they weren&amp;rsquo;t. They ran &amp;ldquo;independently&amp;rdquo;, but not necessarily in parallel. It all sounded a bit odd until you sat down and wrote some code.&lt;/p&gt;
&lt;p&gt;Eleven years later, Anton Zhiyanov has published exactly the resource I would have liked to have that afternoon: &lt;a href="https://antonz.org/go-concurrency-distilled/"&gt;Go Concurrency Distilled&lt;/a&gt;, a free mini-book that covers &lt;strong&gt;all of Go&amp;rsquo;s concurrency on a single page&lt;/strong&gt;, with interactive examples you can edit and run in the browser.&lt;/p&gt;</description></item></channel></rss>