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
Post a Comment