<?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 chrismoos</title>
    <link>/tags/concurrency/</link>
    <description>Recent content in concurrency on chrismoos</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020 Chris Moos</copyright>
    <lastBuildDate>Wed, 28 Oct 2009 23:38:38 +0000</lastBuildDate><atom:link href="/tags/concurrency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>libactor - a C library based on the Actor model</title>
      <link>/2009/10/28/libactor-a-c-library-based-on-the-actor-model/</link>
      <pubDate>Wed, 28 Oct 2009 23:38:38 +0000</pubDate>
      
      <guid>/2009/10/28/libactor-a-c-library-based-on-the-actor-model/</guid>
      <description>Recently I&amp;rsquo;ve been really interested in functional, concurrent programming languages, such as Erlang. This prompted me to have some fun in C, and try to implement a simple library that is based on the Actor Model.
Right now it is usable, although it may not be ready for production. It uses pthreads and the library handles all of the threading issues, so you don&amp;rsquo;t have to worry about any of it at all.</description>
    </item>
    
  </channel>
</rss>
