@derekhh: I don't know about "easier", condition variables are a fairly simple construct, but if you're already using boost::thread (which IMO is a perfectly good choice), by all means use its condition variable wrapper, it'll fit right in with the rest of your code: boost.org/doc/libs/1_47_0/doc/html/thread/…
↧