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.