<?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>Concurrency on wid's blog</title><link>https://wid-blog.pages.dev/en/tags/concurrency/</link><description>Recent content in Concurrency on wid's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 03 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.pages.dev/en/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>concurrency-go Retrospective</title><link>https://wid-blog.pages.dev/en/posts/career/personal/concurrency-go-retrospective/</link><pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.pages.dev/en/posts/career/personal/concurrency-go-retrospective/</guid><description>A record of implementing and benchmarking three Go concurrency patterns — mutex, channel, and lock-free — to build hands-on understanding.</description></item><item><title>Go Concurrency Model</title><link>https://wid-blog.pages.dev/en/posts/tech/language/go-concurrency-model/</link><pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.pages.dev/en/posts/tech/language/go-concurrency-model/</guid><description>Go&amp;rsquo;s concurrency model builds on CSP, providing Goroutines and Channels as core tools. An overview of how each works and when to choose what.</description></item><item><title>rust-server Retrospective</title><link>https://wid-blog.pages.dev/en/posts/career/personal/rust-server-retrospective/</link><pubDate>Sun, 13 Mar 2022 00:00:00 +0000</pubDate><guid>https://wid-blog.pages.dev/en/posts/career/personal/rust-server-retrospective/</guid><description>A record of implementing the multithreaded HTTP server from Rust Book Chapter 20, experiencing how ownership and concurrency safety are enforced at the type level.</description></item></channel></rss>