$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ruediger Berlich (ruediger.berlich_at_[hidden])
Date: 2008-07-16 13:41:27
Hi there,
is there a recommended strategy for exception (or more generally
error-)handling with Boost.thread ? From what I can see it is not safe to
throw an exception from within a thread, as it is not sure who catches it
(or whether it gets caught at all).
Best, Ruediger