
14 Jan
2013
14 Jan
'13
4:54 p.m.
Le 14/01/13 16:13, Oliver Kowalke a écrit :
answering myself: postconditions of thread::join(): If *this refers to a thread of execution on entry, that thread of execution has completed. *this no longer refers to any thread of execution. note: Operations on *this are not synchronized. you can not expect to call thread::join() from multiple threads. I confirm.
Vicente