<?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 Luke Jones</title><link>https://lukejones1.github.io/tags/concurrency/</link><description>Recent content in Concurrency on Luke Jones</description><generator>Hugo -- 0.159.1</generator><language>en-us</language><lastBuildDate>Wed, 17 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://lukejones1.github.io/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>Swift Concurrency: Actors</title><link>https://lukejones1.github.io/posts/swift-concurrency-actors/</link><pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-actors/</guid><description>How Swift actors isolate mutable state, when to use nonisolated, and the reentrancy gotcha that catches everyone.</description></item><item><title>Swift Concurrency: Sendable</title><link>https://lukejones1.github.io/posts/swift-concurrency-sendable/</link><pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-sendable/</guid><description>What Sendable means in Swift, when reference types are safe to share, and how actors enforce thread-safe access.</description></item><item><title>Swift Concurrency: Parallelism</title><link>https://lukejones1.github.io/posts/swift-concurrency-parallelism/</link><pubDate>Fri, 12 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-parallelism/</guid><description>Running concurrent work in Swift with async let, TaskGroups, error handling strategies, and backpressure.</description></item><item><title>Swift Concurrency: From Closures to async/await</title><link>https://lukejones1.github.io/posts/swift-concurrency-first-steps/</link><pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-first-steps/</guid><description>Moving from completion handler closures to async/await — a practical guide to modern Swift concurrency.</description></item></channel></rss>