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
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