<?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 Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/concurrency/</link>
    <description>Recent content in Concurrency on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/concurrency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Context and Cancellation in 2026 — The Patterns That Don&#39;t Leak</title>
      <link>https://blog.rajpoot.dev/posts/go/go-context-cancellation-2026/</link>
      <pubDate>Sat, 02 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-context-cancellation-2026/</guid>
      <description>Mastering context.Context in Go in 2026 — cancellation, timeouts, deadlines, value passing, and the patterns from production services.</description>
    </item>
    <item>
      <title>PostgreSQL MVCC, Isolation, and Locking — A Backend Developer&#39;s Guide</title>
      <link>https://blog.rajpoot.dev/posts/postgresql/postgresql-mvcc-isolation-locking/</link>
      <pubDate>Wed, 29 Apr 2026 10:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/postgresql/postgresql-mvcc-isolation-locking/</guid>
      <description>PostgreSQL MVCC, isolation levels, and locking explained for backend developers — read committed vs repeatable read vs serializable, row locks, deadlocks, and the patterns that keep transactions correct.</description>
    </item>
    <item>
      <title>Modern AsyncIO Patterns in Python — TaskGroup, anyio, and What Changed</title>
      <link>https://blog.rajpoot.dev/posts/python/asyncio-patterns-taskgroup-anyio-2026/</link>
      <pubDate>Tue, 28 Apr 2026 21:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/python/asyncio-patterns-taskgroup-anyio-2026/</guid>
      <description>Modern asyncio patterns in Python 3.11&#43; — TaskGroup, structured concurrency, exception groups, anyio for portable async, and the patterns that survived the asyncio API churn.</description>
    </item>
    <item>
      <title>Tokio Async Fundamentals — A Backend Engineer&#39;s Guide to Rust Async</title>
      <link>https://blog.rajpoot.dev/posts/rust/tokio-async-fundamentals-backend/</link>
      <pubDate>Tue, 28 Apr 2026 17:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/rust/tokio-async-fundamentals-backend/</guid>
      <description>A practical guide to Tokio for backend engineers — futures, the runtime, tasks, channels, select!, cancellation, and the patterns you&amp;#39;ll actually use in production Rust services.</description>
    </item>
    <item>
      <title>Go Concurrency: Goroutines, Channels, and the sync Package</title>
      <link>https://blog.rajpoot.dev/posts/go/go-concurrency-goroutines-channels/</link>
      <pubDate>Tue, 28 Apr 2026 14:45:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/go/go-concurrency-goroutines-channels/</guid>
      <description>A practical guide to Go&amp;#39;s concurrency model — goroutines, channels, select, sync primitives, and the patterns that work (and the ones that ruin you).</description>
    </item>
    <item>
      <title>A Practical Guide to Python Async/Await</title>
      <link>https://blog.rajpoot.dev/posts/python/async-await-explained/</link>
      <pubDate>Tue, 28 Apr 2026 13:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/python/async-await-explained/</guid>
      <description>The mental model that makes Python&amp;#39;s async/await actually click — what it is, what it isn&amp;#39;t, when to use it, and the mistakes that quietly ruin async code.</description>
    </item>
  </channel>
</rss>
