c++ - How to signal all listeners -


i have several processes in application. 1 writes shared memory while other listen global named mutex using waitforsingleobject. when call releasemutex in writer process wakes 1 listener.

i need somehow signal processes once write operation complete. there way wakeup listeners, pulseall in c#?


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -