$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (howard.hinnant_at_[hidden])
Date: 2007-11-03 09:59:24
On Nov 2, 2007, at 4:05 AM, Anthony Williams wrote
> I added better cancellation to boost thread yesterday. condition
> wait+timed_wait, thread join+timed_join, sleep and
> this_thread::cancellation_point are now all cancellation points on
> pthreads
> and windows. This uses a thread_cancelled exception, and does not
> interoperate
> with pthread_cancel.
Thanks Anthony!
-Howard