$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2005-03-29 11:28:30
Kevin Wheatley wrote:
[snip]
> To me the most obvious thing missing is something like:
>
> void thread::join()
> {
> assert(m_joinable);
> int res = 0;
>
> rest of function....
Done.
Mike