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