27 Jan
2010
27 Jan
'10
5 p.m.
Roland Bock
There was a discussion about this topic a few weeks ago, e.g.: http://lists.boost.org/boost-users/2009/12/54165.php
If I got it right, a workaround is
{ boost::mutex::scoped_lock lock(mutex_); // lock the mutex of the cv threadGroup_.interrupt_all(); } // unlock the mutex
Ahh, terrific. Thanks, Roland. That will work pending the proper fix within boost::thread itself. Geoff Shapiro FLIR Systems, Inc.