
4 Mar
2013
4 Mar
'13
10:05 p.m.
Le 14/01/13 10:03, Oliver Kowalke a écrit :
In the documentation (1.53 beta) barrier::wait() is not marked as interruption-point nor that it will throw thread_interrupted if thread blocked inside barrier::wait() if it gets interrupted. Because barrier::wait() calls condition_variable::wait() and condition_variable::wait() is a interruption-point barrier::wait() should it be too - or do I miss something?
I guess you are right. Could you fill a Trac ticket? Best, Vicente