<?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: Queue is Always Empty Using yield return</title>
	<atom:link href="http://lostechies.com/chrismissal/2011/05/04/queue-is-always-empty-using-yield-return/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/chrismissal/2011/05/04/queue-is-always-empty-using-yield-return/</link>
	<description>Thoughts while working and playing as a Software Developer</description>
	<lastBuildDate>Thu, 11 Apr 2013 16:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/chrismissal/2011/05/04/queue-is-always-empty-using-yield-return/#comment-224</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 09 May 2011 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chrismissal/?p=69#comment-224</guid>
		<description>Very good point Andy! I think I only had one item in my queue when I was running into this and forgot about how .Any() works for a moment.  If I try with more than one, it does Dequeue one, and give a count one less than it should. Good catch, thanks!</description>
		<content:encoded><![CDATA[<p>Very good point Andy! I think I only had one item in my queue when I was running into this and forgot about how .Any() works for a moment.  If I try with more than one, it does Dequeue one, and give a count one less than it should. Good catch, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Rose</title>
		<link>http://lostechies.com/chrismissal/2011/05/04/queue-is-always-empty-using-yield-return/#comment-223</link>
		<dc:creator>Andy Rose</dc:creator>
		<pubDate>Mon, 09 May 2011 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chrismissal/?p=69#comment-223</guid>
		<description>Interesting issue, however as the call to Any() will stop iterating as soon as it returns a valid item (in this case as no filtering has been passed in this will be the first item) won&#039;t this just remove one item from the Queue rather than emptying it altogether? Obviously not ideal but not quite what you described. 
</description>
		<content:encoded><![CDATA[<p>Interesting issue, however as the call to Any() will stop iterating as soon as it returns a valid item (in this case as no filtering has been passed in this will be the first item) won&#8217;t this just remove one item from the Queue rather than emptying it altogether? Obviously not ideal but not quite what you described. </p>
]]></content:encoded>
	</item>
</channel>
</rss>
