16 Jul
2008
16 Jul
'08
5:41 p.m.
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