Class synchronizer::Leader_sync
-
class Leader_sync
Public Functions
-
Leader_sync(std::string memory_segment, bool sync_on_start = false)
-
void wait()
-
void notify()
-
void pulse()
-
void start_sync(long int timeout)
-
void stop_sync()
Private Members
-
std::string memory_segment_
-
bool is_sync_mode_
-
shared_memory::LockedConditionVariable cv_