$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Scott McCaskill (scott_at_[hidden])
Date: 2001-08-23 09:54:12
I just remembered another problem that someone else pointed out when this
was discussed a while back--using exceptions for thread cancellation would
mean that you would have to make sure that you never called any cancellation
points (directly or indirectly) from a destructor. That's a much bigger
concern--we couldn't even have scoped_lock then, not and also have robust
cancellation.