Changes between Initial Version and Version 2 of Ticket #11261


Ignore:
Timestamp:
May 3, 2015, 12:40:03 PM (7 years ago)
Author:
viboes
Comment:

https://github.com/boostorg/thread/commit/ba2988a8f7920865e4c9c88925eb8a72a227a396

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11261

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
    • Property Milestone To Be DeterminedBoost 1.59.0
  • Ticket #11261 – Description

    initial v2  
    11As the threads main function of the worker threads depends on the queue, we need to join the threads before the queue destructor is called.
    22
    3 This issues is a show-stopper fro the basic_thread_pool class.
     3This issues is a show-stopper for the basic_thread_pool class.