Opened 10 years ago
Last modified 10 years ago
#7540 closed Feature Requests
Add a helper class that interrupts a thread and join it on destruction — at Initial Version
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Based on the thread_guard class defined in C++ Concurrency in Action define a helper class that interrupts and join a thread on destruction.
Note:
See TracTickets
for help on using tickets.