c++ - Thread notification when boost::interprocess::mapped_region is changed -


how can notified when bytes in boost::interprocess::mapped_region changed using interprocess_condition.

i have opened file, , have mapped specific region correctly. when poll , print memory, update has been successful. want notified of change rather continuously polling.

how use interprocess_condition notify thread memory has been changed?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -