<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: matching Erlang&#8217;s receive semantics</title>
	<atom:link href="http://thatmattbone.com/2008/07/matching-erlangs-receive-semantics/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatmattbone.com/2008/07/matching-erlangs-receive-semantics/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 15:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt Bone</title>
		<link>http://thatmattbone.com/2008/07/matching-erlangs-receive-semantics/comment-page-1/#comment-25</link>
		<dc:creator>Matt Bone</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://thatmattbone.com/?p=44#comment-25</guid>
		<description>The early versions of receive() I had done just blocked for any message and then discarded that message if it did not match.  &lt;br/&gt;&lt;br/&gt;The current version behaves like Erlang.  Receive blocks until a message that matches is found.  The non-matching messages remain in the process mailbox for future receive() calls that may be able to match against them.</description>
		<content:encoded><![CDATA[<p>The early versions of receive() I had done just blocked for any message and then discarded that message if it did not match.  </p>
<p>The current version behaves like Erlang.  Receive blocks until a message that matches is found.  The non-matching messages remain in the process mailbox for future receive() calls that may be able to match against them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faré</title>
		<link>http://thatmattbone.com/2008/07/matching-erlangs-receive-semantics/comment-page-1/#comment-24</link>
		<dc:creator>Faré</dc:creator>
		<pubDate>Wed, 09 Jul 2008 04:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://thatmattbone.com/?p=44#comment-24</guid>
		<description>Can you elaborate on this semantic issue? &lt;br/&gt;&lt;br/&gt;I don&#039;t understand what you&#039;re trying to do and what the issue is.</description>
		<content:encoded><![CDATA[<p>Can you elaborate on this semantic issue? </p>
<p>I don&#8217;t understand what you&#8217;re trying to do and what the issue is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

