File multiprocess_time_series.cpp

namespace time_series

Functions

void clear_memory(std::string segment_id)

Wipe out the corresponding shared memory.

Useful if no instances of MultiprocessTimeSeries cleared the memory on destruction. Reusing the segment id of a non-wiped shared memory may result in the newly created instance to hang.