I\'m looking for a way to wait for multiple condition variables. ie. something like:
boost::condition_variable cond1; boost::condition_variable cond2; void wa
alternative solutions?
I am not sure of Boost library but you can use WaitForMultipleObjects Function to wait for multiple kernel objects. Just check if this helps.