Subject: Re: [Boost-users] [thread] Test if a thread is running
From: TONGARI J (tongari95_at_[hidden])
Date: 2013-10-09 09:22:05


2013/10/9 Patrick Steele <steele.patrick_at_[hidden]>

> Thank you both for the help, joinable() seems to be exactly what I need :)
>

I'm afraid not, a thread is still "joinable" after its end of execution,
unless you "join" it.