$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: bill_kempf (williamkempf_at_[hidden])
Date: 2002-01-15 12:24:34
--- In boost_at_y..., Lee Brown <lee_at_a...> wrote:
> O
> > > FWIW here's an old proposal of mine:
> > >
> > > http://groups.yahoo.com/group/boost/message/16471
>
> <excerpt>
> A thread can terminate itself by throwing
> an exception of type "thread_end" or a type derived from thread_end.
> </excerpt>
>
> Or it can just terminate and release all resources that it has a
hold of.
Which fails to call destructors, which is simply not acceptable.
Bill Kempf