refs #623 Fixed CDataPageQueue performance.

This commit is contained in:
Mathew Sutcliffe
2016-03-19 19:41:33 +00:00
parent 6f3faa5d7e
commit 6b1b599275
2 changed files with 14 additions and 17 deletions

View File

@@ -40,8 +40,8 @@ namespace BlackMisc
//! \threadsafe
void queueValuesFromCache(const BlackMisc::CValueCachePacket &values, QObject *changedBy);
//! Synchronize with changes queued by queueValuesFromCache, if the mutex is not currently locked.
void trySetQueuedValuesFromCache();
//! Synchronize with changes queued by queueValuesFromCache.
void setQueuedValuesFromCache();
//! Synchronize with one specific change in the queue, leave the rest for later.
void setQueuedValueFromCache(const QString &key);