Is there a way to combine several Conditionals with one Mutex? With pthread's you can create several conditions associated with one mutex. How can this be done with libcommoncpp2?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to combine several Conditionals with one Mutex? With pthread's you can create several conditions associated with one mutex. How can this be done with libcommoncpp2?
It cannot. You'll have to look eslewhere if you want to do that, or file a change request.
This is true, the current class architecture does not support this particular usage.