Click here to Skip to main content
15,894,405 members

Comments by msharath123 (Top 2 by date)

msharath123 12-Aug-22 1:00am View    
Its not about debugging.

End of push-thread is calling(notifying) pop-thread
End of pop-thread is notifying all but main-thread is still in waiting mode.

Would like to understand the exact reason of that why change_variable::notify_all() is not working for main thread
msharath123 11-Aug-22 6:47am View    
Just trying to understand your code...
where the color is set ?