<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>threading on Madison&#39;s Blog</title>
    <link>https://solarana.dev/tags/threading/</link>
    <description>Recent content in threading on Madison&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 15 Apr 2018 10:00:00 -0500</lastBuildDate><atom:link href="https://solarana.dev/tags/threading/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Protecting Critical Sections</title>
      <link>https://solarana.dev/2018/04/15/protecting-critical-sections/</link>
      <pubDate>Sun, 15 Apr 2018 10:00:00 -0500</pubDate>
      
      <guid>https://solarana.dev/2018/04/15/protecting-critical-sections/</guid>
      <description>When working on an application or framework, you eventually run into the problem of needing to do some work in a controlled environment. In order to guarantee the safety of the work being done, you want to lock down that particular path so that it can execute without state changing while it is running. This is what&amp;rsquo;s called a critical section. Luckily, the Apple development platform provides an abundance of options for implementing parallelizable code.</description>
    </item>
    
  </channel>
</rss>
