
14 Jan
2013
14 Jan
'13
3:13 p.m.
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.