<?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"
	>
<channel>
	<title>Comments on: Mimic the C# yield instruction in VC++</title>
	<atom:link href="http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 05 Feb 2012 10:08:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: blog</title>
		<link>http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1661</link>
		<dc:creator>blog</dc:creator>
		<pubDate>Sat, 08 Dec 2007 20:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1661</guid>
		<description>&lt;strong&gt;hi...&lt;/strong&gt;

wonderful...</description>
		<content:encoded><![CDATA[<p><strong>hi&#8230;</strong></p>
<p>wonderful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petter Labråten</title>
		<link>http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1650</link>
		<dc:creator>Petter Labråten</dc:creator>
		<pubDate>Thu, 29 Nov 2007 01:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1650</guid>
		<description>Thanks for pointing that out, Raymond. 

As you say it's probably better to remove ConvertThreadToFiber from the iterator, and leave it up to the user/developer to make sure that the thread is converted to a fiber. At least on a pre-Vista box.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out, Raymond. </p>
<p>As you say it&#8217;s probably better to remove ConvertThreadToFiber from the iterator, and leave it up to the user/developer to make sure that the thread is converted to a fiber. At least on a pre-Vista box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Chen</title>
		<link>http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1649</link>
		<dc:creator>Raymond Chen</dc:creator>
		<pubDate>Thu, 29 Nov 2007 00:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.labraaten.com/wpblog/2007/11/29/mimic-the-c-yield-instruction-in-vc/#comment-1649</guid>
		<description>There is no promise that a valid fiber will pass IsBadReadPtr. In the absence of IsThreadAFiber you just need to keep track of this by some external convention. (Who knows, maybe in the next version of Windows, fibers will be indices into an array instead of pointers.)</description>
		<content:encoded><![CDATA[<p>There is no promise that a valid fiber will pass IsBadReadPtr. In the absence of IsThreadAFiber you just need to keep track of this by some external convention. (Who knows, maybe in the next version of Windows, fibers will be indices into an array instead of pointers.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

