<?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 Writing Methods That Accept Blocks As Arguments</title>
	<atom:link href="/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Mon, 18 Aug 2014 06:06:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: Jon</title>
		<link>http://icodeblog.com/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/#comment-9488</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 10 Sep 2012 18:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3385#comment-9488</guid>
		<description><![CDATA[Nice post!  Very helpful.]]></description>
		<content:encoded><![CDATA[<p>Nice post!  Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nonamelive</title>
		<link>http://icodeblog.com/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/#comment-9339</link>
		<dc:creator><![CDATA[nonamelive]]></dc:creator>
		<pubDate>Sat, 07 Apr 2012 04:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3385#comment-9339</guid>
		<description><![CDATA[Is it better to use this pattern in a run loop rather than blocking a background thread?]]></description>
		<content:encoded><![CDATA[<p>Is it better to use this pattern in a run loop rather than blocking a background thread?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toshiba Laptop Repair</title>
		<link>http://icodeblog.com/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/#comment-8059</link>
		<dc:creator><![CDATA[Toshiba Laptop Repair]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 10:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3385#comment-8059</guid>
		<description><![CDATA[Thanks for the update and yes this new widget is great to work.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the update and yes this new widget is great to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://icodeblog.com/2011/08/31/grand-central-dispatch-and-writing-methods-that-accept-blocks-as-arguments/#comment-8013</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=3385#comment-8013</guid>
		<description><![CDATA[One thing I have trouble wrapping my head around is, when is it necessary to copy the block (e.g. [myblock copy]), and when is it not necessary? Â Apple&#039;s docs (Â http://bit.ly/qnb9bd ) say, &quot;Typically, you shouldnâ€™t need to copy (or retain) a block. You only need to make a copy when you expect the block to be used after destruction of the scope within which it was declared.&quot; Â But in yourÂ downloadPlistForURL example, isn&#039;t that the case, and shouldn&#039;t you therefore have to [copy] the block before calling dispatch_async?]]></description>
		<content:encoded><![CDATA[<p>One thing I have trouble wrapping my head around is, when is it necessary to copy the block (e.g. [myblock copy]), and when is it not necessary? Â Apple&#8217;s docs (Â http://bit.ly/qnb9bd ) say, &#8220;Typically, you shouldnâ€™t need to copy (or retain) a block. You only need to make a copy when you expect the block to be used after destruction of the scope within which it was declared.&#8221; Â But in yourÂ downloadPlistForURL example, isn&#8217;t that the case, and shouldn&#8217;t you therefore have to [copy] the block before calling dispatch_async?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
