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 , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 years ago
| Milestone: | To Be Determined |
|---|---|
| Resolution: | → invalid |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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.