Boost C++ Libraries: Ticket #11048: Add a serial_executor based on continuations https://svn.boost.org/trac10/ticket/11048 <p> The current serial_executor uses its own queue and thread. This could be see as expensive for the user. </p> <p> Using continuations avoid the use of the thread and the queue. The task will be submitted as continuation of the last submitted task. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11048 Trac 1.4.3 viboes Thu, 19 Feb 2015 19:11:08 GMT summary changed https://svn.boost.org/trac10/ticket/11048#comment:1 https://svn.boost.org/trac10/ticket/11048#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">Ass a serial_executor based on continuations</span> → <span class="trac-field-new">Add a serial_executor based on continuations</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/67e18ff039420d8b2ba0144d5aa8e91ab204bb77"><span class="icon">​</span>https://github.com/boostorg/thread/commit/67e18ff039420d8b2ba0144d5aa8e91ab204bb77</a> </p> Ticket viboes Thu, 19 Feb 2015 19:11:27 GMT milestone changed https://svn.boost.org/trac10/ticket/11048#comment:2 https://svn.boost.org/trac10/ticket/11048#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> Ticket viboes Tue, 10 Mar 2015 18:50:05 GMT owner, status changed https://svn.boost.org/trac10/ticket/11048#comment:3 https://svn.boost.org/trac10/ticket/11048#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 10 Mar 2015 18:50:57 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11048#comment:4 https://svn.boost.org/trac10/ticket/11048#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket