$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-02-18 11:18:07
At 10:04 AM 2/18/2002, bill_kempf wrote:
>--- In boost_at_y..., "simonwlb" <conic_at_b...> wrote:
>> Is it safe to try to join a thread after it has completed execution?
>
>Yes, though join() may be called only once.
^^^ (1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (2)
You might want to add a mention to the join() docs covering both (1) and
(2). I just looked, and neither seems 100% clear to me as it now stands.
--Beman