Subject: [Boost-users] boost.thread query
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-10-23 09:11:20


Hi:

I am considering using boost.threadfir a project and was wondering
whether the function passed to boost.thread has to be of any pargicular
type i.e void return.

Secondly, if I don't call thread.join, will the thread continue
executing? I'm terminating the thread with a windows event. Finally, is
there a terminate function?

Any help appreciated.

Sean.