Re: Few questions on threading

2004-08-17 Thread Michaƫl CATANZARITI
Hi, Christophe de Vienne wrote: Hi, I'm currently working on the threading wrappers, mainly hidding the implementation details dependant from the thread system we use. I have a few questions : 1) In Thread::~Thread(), the join is done directly instead of using Thread::join, which make code dupli

Few questions on threading

2004-08-17 Thread Christophe de Vienne
Hi, I'm currently working on the threading wrappers, mainly hidding the implementation details dependant from the thread system we use. I have a few questions : 1) In Thread::~Thread(), the join is done directly instead of using Thread::join, which make code duplication. Is there a particular re