<?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>Async on lukaswalter.dev</title>
    <link>https://www.lukaswalter.dev/tags/async/</link>
    <description>Recent content in Async on lukaswalter.dev</description>
    <image>
      <title>lukaswalter.dev</title>
      <url>https://www.lukaswalter.dev/images/LW%20Dev%20Thumbnail.png</url>
      <link>https://www.lukaswalter.dev/images/LW%20Dev%20Thumbnail.png</link>
    </image>
    <generator>Hugo -- 0.150.0</generator>
    <language>en</language>
    <lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.lukaswalter.dev/tags/async/index.xml" rel="self" type="application/rss+xml" /><item>
      <title>Do not hide exceptions inside fire-and-forget tasks</title>
      <link>https://www.lukaswalter.dev/tips/do-not-hide-exceptions-inside-fire-and-forget-tasks/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/do-not-hide-exceptions-inside-fire-and-forget-tasks/</guid>
      <description>If work can fail, give it ownership, logging, cancellation, and a lifecycle.</description>
    </item><item>
      <title>Start independent tasks before awaiting them</title>
      <link>https://www.lukaswalter.dev/tips/start-independent-tasks-before-awaiting/</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lukaswalter.dev/tips/start-independent-tasks-before-awaiting/</guid>
      <description>Create unrelated asynchronous operations first, then await them together.</description>
    </item>
  </channel>
</rss>
