<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-35024958.post2970520210916973669..comments</id><updated>2012-01-05T20:07:34.588+11:00</updated><category term='templates'/><category term='static_assert'/><category term='threads'/><category term='timer'/><category term='decltype'/><category term='sfinae'/><category term='error_code'/><category term='ssl'/><category term='c++0x'/><category term='parallelism'/><category term='boost'/><category term='iostream'/><category term='c++'/><category term='timeout'/><category term='asio'/><category term='system_error'/><category term='bind'/><category term='hardware'/><category term='coroutines'/><title type='text'>Comments on Thinking Asynchronously in C++: A potted guide to stackless coroutines</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.think-async.com/feeds/2970520210916973669/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default'/><link rel='alternate' type='text/html' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html'/><author><name>chris</name><uri>http://www.blogger.com/profile/09159109667366328919</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35024958.post-5531990505368107368</id><published>2012-01-05T20:07:34.588+11:00</published><updated>2012-01-05T20:07:34.588+11:00</updated><title type='text'>Hi,

what do you think of provisionally accepted B...</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;what do you think of provisionally accepted Boost.Context?&lt;br /&gt;&lt;br /&gt;http://ok73.ok.funpic.de/boost/libs/context/doc/html/&lt;br /&gt;&lt;br /&gt;It even has ASIO example :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/5531990505368107368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/5531990505368107368'/><link rel='alternate' type='text/html' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html?showComment=1325754454588#c5531990505368107368' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html' ref='tag:blogger.com,1999:blog-35024958.post-2970520210916973669' source='http://www.blogger.com/feeds/35024958/posts/default/2970520210916973669' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1979200526'/></entry><entry><id>tag:blogger.com,1999:blog-35024958.post-5999612463252815568</id><published>2010-09-11T16:59:21.988+10:00</published><updated>2010-09-11T16:59:21.988+10:00</updated><title type='text'>That is because with /ZI the __LINE__ macro will c...</title><content type='html'>That is because with /ZI the __LINE__ macro will change every time that file is edited and recompiled on the fly, so it does make sense.  Edit and Continue has a *LOT* of issues though, I never compile with it enabled as it causes code generation to change and bugs to disappear and appear, not good.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/5999612463252815568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/5999612463252815568'/><link rel='alternate' type='text/html' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html?showComment=1284188361988#c5999612463252815568' title=''/><author><name>OvermindDL1</name><uri>http://www.blogger.com/profile/07860163774454764880</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html' ref='tag:blogger.com,1999:blog-35024958.post-2970520210916973669' source='http://www.blogger.com/feeds/35024958/posts/default/2970520210916973669' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2143462525'/></entry><entry><id>tag:blogger.com,1999:blog-35024958.post-9107033013932187704</id><published>2010-06-04T11:58:17.624+10:00</published><updated>2010-06-04T11:58:17.624+10:00</updated><title type='text'>I just started working with your HTTP sample. It l...</title><content type='html'>I just started working with your HTTP sample. It looks awesome, but the first hurdle I&amp;#39;ve encountered is with the macros. They don&amp;#39;t work with the Visual C++ (9.0) compiler if &amp;quot;Debug Information Format&amp;quot; is set to &amp;quot;Program Database for Edit and Continue (/ZI)&amp;quot;. It fails with a C2051: case expression not constant error (at the &amp;quot;case __LINE__:&amp;quot; part). I&amp;#39;m sure it&amp;#39;s a compiler bug because frustratingly it works if you get the compiler to output the preprocessed file.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/9107033013932187704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/9107033013932187704'/><link rel='alternate' type='text/html' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html?showComment=1275616697624#c9107033013932187704' title=''/><author><name>Ross MacGregor</name><uri>http://www.blogger.com/profile/04273431077139640933</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html' ref='tag:blogger.com,1999:blog-35024958.post-2970520210916973669' source='http://www.blogger.com/feeds/35024958/posts/default/2970520210916973669' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-855087691'/></entry><entry><id>tag:blogger.com,1999:blog-35024958.post-7783069256938085118</id><published>2010-04-02T02:54:32.167+11:00</published><updated>2010-04-02T02:54:32.167+11:00</updated><title type='text'>Thought you might be interested in real applicatio...</title><content type='html'>Thought you might be interested in real application using light-weight thread approach in C++. - http://code.google.com/p/altalena/</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/7783069256938085118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35024958/2970520210916973669/comments/default/7783069256938085118'/><link rel='alternate' type='text/html' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html?showComment=1270137272167#c7783069256938085118' title=''/><author><name>Boris</name><uri>http://www.blogger.com/profile/07538483558563686879</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html' ref='tag:blogger.com,1999:blog-35024958.post-2970520210916973669' source='http://www.blogger.com/feeds/35024958/posts/default/2970520210916973669' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2120043638'/></entry></feed>
