boost thread, test if thread is ready to join

Posted by aaa on Stack Overflow See other posts from Stack Overflow or by aaa
Published on 2010-04-17T03:23:34Z Indexed on 2010/04/17 3:33 UTC
Read the original article Hit count: 352

Filed under:
|
|
|

hi.

I would like to know if there is a way to test whenever thread finished execution and is waiting for joining. My guess was the use time_join. is there explicit way to test it?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost