|
Threads-Devel : |
Subject: [Threads-devel] need timed_join_all method in boost::thread_group class
From: Onega (onega_at_[hidden])
Date: 2009-09-24 04:49:19
The boost::thread::timed_join() method is handy, but sometimes I also need the ability to wait for multiple threads. I could only find boost::thread_group::join_all. Is it reasonable to add the "timed_join_all" method to boost::thread_group class?
Onega