$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: duncan_at_[hidden]
Date: 2001-06-28 12:59:07
jsiek_at_[hidden] (Jeremy Siek) wrote:
> If the thread is going to be detached, why not just create it as
> detached from the start, instead of waiting until the destructor?
> I don't see how the lifetime of some thread ref object has anything to
> do with a detached thread.
Surely the point is that once detached the thread ref is invalid (or
potentially so).
-- Duncan Harris, Sapio Design Ltd, Manchester, U.K.