Opened 8 years ago

Closed 8 years ago

#10738 closed Bugs (invalid)

In N3785 ~thread_executor join threads but boost implementation simply detach (potential use of deleted objects in tasks)

Reported by: viboes Owned by: viboes
Milestone: To Be Determined Component: thread
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description


Change History (2)

comment:1 by viboes, 8 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 8 years ago

Resolution: invalid
Status: assignedclosed

This is not true. Boost.Thread uses

typedef scoped_thread<> thread_t;

which joins the thread at destruction time.

Note: See TracTickets for help on using tickets.