Opened 7 years ago

Closed 7 years ago

#11261 closed Bugs (fixed)

bad use of scoped threads in basic_thread_pool

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

Description (last modified by viboes)

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 for the basic_thread_pool class.

Change History (4)

comment:1 by viboes, 7 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 7 years ago

Description: modified (diff)
Milestone: To Be DeterminedBoost 1.59.0

comment:3 by viboes, 7 years ago

Milestone: Boost 1.59.0Boost 1.60.0
Note: See TracTickets for help on using tickets.