mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
refs #623 Fixed CDataPageQueue performance.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user