Did any body implemented a Monitor with signaling (wake up waiting threads) using a mutex and condition variables in C++.
I dont know how to start. Any sample code or online article will be great. Are there any open source libraries who have implemented these?
I need for windows and linux. But to start with windows(win32) will be fine.