Opened 8 years ago

Closed 8 years ago

#10735 closed Bugs (invalid)

Executors destructor block until all task complete, but N3785 not (except thread pool?).

Reported by: viboes Owned by: viboes
Milestone: 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

Milestone: To Be Determined
Resolution: invalid
Status: assignedclosed

I don't think so. The destructor just calls to close() so that the loop finish. As Boost.Thread makes use of scoped threads, the destructor will join the threads.

Note: See TracTickets for help on using tickets.