Allow to disable thread interruptions
There is a tickets requesting a condition_variable that should be as efficient as if it was hand written. The fact that boost::thread are interruptible makes condition_variables less efficient that when the threads are not interruptible as they are interruption points.
One valid alternative on some contexts could be to disallows interruption.
Change History
(10)
Status: |
new → assigned
|
Summary: |
Allow to disallow threas interruptions → Allow to disallow thread interruptions
|
Milestone: |
To Be Determined
|
Summary: |
Allow to disallow thread interruptions → Allow to disable thread interruptions
|
Milestone: |
→ Boost 1.53.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Committed in trunk [81105][81106].