$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.Thread: timed_join, interruption/cancellation and c++0x
From: Daniel Neuberger (daniel.neuberger_at_[hidden])
Date: 2011-03-01 17:49:22
Am I understanding correctly that there's no plan to support timed_join 
and interruption/cancellation in c++0x.  If so, will Boost.Thread 
continue to support them?
Also, will Boost.Thread be adding support for variadic templates 
sometime soon?
In short we want to use threads with variadic templates, but need 
support for timed_join and interruption points.
Thanks,
- Daniel