refs #657 Fixed race condition in synchronize().

This commit is contained in:
Mathew Sutcliffe
2016-05-20 01:25:05 +01:00
parent 6aa67f638a
commit f523197dfd
2 changed files with 25 additions and 2 deletions

View File

@@ -126,6 +126,9 @@ namespace BlackMisc
//! Returns (by move) the container of promises to load values.
std::vector<std::promise<void>> loadedValuePromises();
//! Abandon all promises.
void breakPromises();
//! Keys with timestamps.
QString timestampsAsString() const;