Opened 10 years ago
Last modified 10 years ago
#7595 assigned Feature Requests
Implement interruptible threads on top of non-interruptible threads — at Version 1
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
Once we will be able to disable thread interruption it would be great if we can provide interruptible threads on top of non-interruptible threads so that the user don't pay for what they don't use, but has yet a mechanism that allows work with interruptible and non-interruptible threads on the same executable.
See #7594 Allow to disallow thread interruptions
Note:
See TracTickets
for help on using tickets.