<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Der Sinn von std::packaged_task]]></title><description><![CDATA[<p>Was ist der Sinn von <code>std::packaged_task</code> ? Warum nicht gleich <code>std::thread</code> oder <code>std::async</code> benutzen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/338955/der-sinn-von-std-packaged_task</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 21:57:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/338955.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jul 2016 11:03:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Der Sinn von std::packaged_task on Sun, 24 Jul 2016 11:03:51 GMT]]></title><description><![CDATA[<p>Was ist der Sinn von <code>std::packaged_task</code> ? Warum nicht gleich <code>std::thread</code> oder <code>std::async</code> benutzen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2503252</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2503252</guid><dc:creator><![CDATA[gfdsa]]></dc:creator><pubDate>Sun, 24 Jul 2016 11:03:51 GMT</pubDate></item><item><title><![CDATA[Reply to Der Sinn von std::packaged_task on Sun, 24 Jul 2016 13:27:40 GMT]]></title><description><![CDATA[<p>Weil man manchmal eben mehr Abstraktion haben möchte, als alles mit std::thread micromanagen zu müssen; und manchmal eben etwas weniger Abstraktion, um mehr Feinkontrolle als bei std::async zu haben.</p>
<p>Ist gut möglich, dass dir diese spezielle Anforderung nie begegnet ist (mir auch nie), aber man sollte nicht von den eigenen Bedürfnissen auf die von anderen Leuten schließen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2503289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2503289</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sun, 24 Jul 2016 13:27:40 GMT</pubDate></item></channel></rss>