$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Iain K.Hanson (iain.hanson_at_[hidden])
Date: 2002-08-08 09:54:50
Not if the 3rd party lib spawns the thread.
/ikh
-----Original Message-----
From: boost-bounces_at_[hidden]
[mailto:boost-bounces_at_[hidden]]On Behalf Of David Abrahams
Sent: 08 August 2002 14:57
To: boost_at_[hidden]
Subject: Re: [boost] Re: Re: Threads & Exceptions
To protect yourself from 3rd-party termination, you can just add an
exception-handling wrapper which eats the exception and exits normally.