<?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: Grand Central Dispatch and MacRuby</title>
	<atom:link href="http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/</link>
	<description>&#039;cause Rails rocks, and everything is better with a monkey... ;)</description>
	<lastBuildDate>Tue, 23 Aug 2011 14:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jkh</title>
		<link>http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/comment-page-1/#comment-7</link>
		<dc:creator>jkh</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2010/02/19/grand-central-dispatch-and-macruby#comment-7</guid>
		<description>This can be even shorter!  There is no need to create your own queue in this example, since you&#039;re just firing something async into the background.  You can just as easily skip the queue creation and do:

Dispatch::Queue.concurrent.async do ... end around the IO.popen block! :)</description>
		<content:encoded><![CDATA[<p>This can be even shorter!  There is no need to create your own queue in this example, since you&#8217;re just firing something async into the background.  You can just as easily skip the queue creation and do:</p>
<p>Dispatch::Queue.concurrent.async do &#8230; end around the IO.popen block! <img src='http://railsmonkey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Savage</title>
		<link>http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/comment-page-1/#comment-8</link>
		<dc:creator>Matthew Savage</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2010/02/19/grand-central-dispatch-and-macruby#comment-8</guid>
		<description>Thanks for the pointer towards the concurrent.async blocks.

I glanced over that in the apple GCD docs and didn&#039;t bother digging into this further, but I&#039;ll have to keep that in mind in the future :)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer towards the concurrent.async blocks.</p>
<p>I glanced over that in the apple GCD docs and didn&#8217;t bother digging into this further, but I&#8217;ll have to keep that in mind in the future <img src='http://railsmonkey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkh</title>
		<link>http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/comment-page-1/#comment-89</link>
		<dc:creator>jkh</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2010/02/19/grand-central-dispatch-and-macruby#comment-89</guid>
		<description>This can be even shorter!  There is no need to create your own queue in this example, since you&#039;re just firing something async into the background.  You can just as easily skip the queue creation and do:

Dispatch::Queue.concurrent.async do ... end around the IO.popen block! :)</description>
		<content:encoded><![CDATA[<p>This can be even shorter!  There is no need to create your own queue in this example, since you&#8217;re just firing something async into the background.  You can just as easily skip the queue creation and do:</p>
<p>Dispatch::Queue.concurrent.async do &#8230; end around the IO.popen block! <img src='http://railsmonkey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Savage</title>
		<link>http://railsmonkey.net/2010/01/grand-central-dispatch-and-macruby/comment-page-1/#comment-90</link>
		<dc:creator>Matthew Savage</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2010/02/19/grand-central-dispatch-and-macruby#comment-90</guid>
		<description>Thanks for the pointer towards the concurrent.async blocks.

I glanced over that in the apple GCD docs and didn&#039;t bother digging into this further, but I&#039;ll have to keep that in mind in the future :)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer towards the concurrent.async blocks.</p>
<p>I glanced over that in the apple GCD docs and didn&#8217;t bother digging into this further, but I&#8217;ll have to keep that in mind in the future <img src='http://railsmonkey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

