Opened 7 years ago

Last modified 7 years ago

#11261 closed Bugs

bad use of scoped threads in basic_thread_pool — at Initial Version

Reported by: viboes Owned by: Anthony Williams
Milestone: Boost 1.60.0 Component: thread
Version: Boost 1.58.0 Severity: Problem
Keywords: Cc:

Description

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.

This issues is a show-stopper fro the basic_thread_pool class.

Change History (0)

Note: See TracTickets for help on using tickets.