mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #657 Fixed race condition in synchronize().
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user