Boost C++ Libraries: Ticket #11261: bad use of scoped threads in basic_thread_pool https://svn.boost.org/trac10/ticket/11261 <p> As the threads main function of the worker threads depends on the queue, we need to join the threads before the queue destructor is called. </p> <p> This issues is a show-stopper for the basic_thread_pool class. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11261 Trac 1.4.3 viboes Sun, 03 May 2015 09:26:26 GMT owner, status changed https://svn.boost.org/trac10/ticket/11261#comment:1 https://svn.boost.org/trac10/ticket/11261#comment:1 <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 Sun, 03 May 2015 12:40:03 GMT description, milestone changed https://svn.boost.org/trac10/ticket/11261#comment:2 https://svn.boost.org/trac10/ticket/11261#comment:2 <ul> <li><strong>description</strong> modified (<a href="/trac10/ticket/11261?action=diff&amp;version=2">diff</a>) </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/ba2988a8f7920865e4c9c88925eb8a72a227a396"><span class="icon">​</span>https://github.com/boostorg/thread/commit/ba2988a8f7920865e4c9c88925eb8a72a227a396</a> </p> Ticket viboes Thu, 13 Aug 2015 06:59:05 GMT milestone changed https://svn.boost.org/trac10/ticket/11261#comment:3 https://svn.boost.org/trac10/ticket/11261#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.59.0</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> </ul> Ticket viboes Wed, 02 Sep 2015 18:10:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11261#comment:4 https://svn.boost.org/trac10/ticket/11261#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> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/a3497e1ffceb14318ff09e339a53293926351057"><span class="icon">​</span>https://github.com/boostorg/thread/commit/a3497e1ffceb14318ff09e339a53293926351057</a> </p> Ticket