Changes between Initial Version and Version 1 of Ticket #7668
- Timestamp:
- Nov 9, 2012, 8:26:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7668
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #7668 – Description
initial v1 1 If a thread in a thread_group is not joinable and BOOST_THREAD_T RROW_IF_PRECONDITION_NOT_SATISFIED is defined, thread_group::join_all() throws invalid_argument. Since it's impossible to enumerate the threads in a thread_group, it should ensure on its own that every thread is joinable().1 If a thread in a thread_group is not joinable and BOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED is defined, thread_group::join_all() throws invalid_argument. Since it's impossible to enumerate the threads in a thread_group, it should ensure on its own that every thread is joinable().