
15 Mar
2007
15 Mar
'07
8:41 p.m.
Hi, If I create a boost::thread like this: boost::thread thrd1(&reader); 1. how can I sleep inside the thread? (in the method 'reader') 2. when does the thread 'thrd1' terminate?