mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #495 Using LockFree to make CCached::get() threadsafe.
This commit is contained in:
@@ -57,6 +57,7 @@ namespace BlackMisc
|
||||
Element &createElement(const QString &key, int metaType, Validator validator, const CVariant &defaultValue, NotifySlot slot);
|
||||
|
||||
//! Read the currently paged value corresponding to the element's key.
|
||||
//! \threadsafe
|
||||
const CVariant &getValue(const Element &element) const;
|
||||
|
||||
//! Write the value corresponding to the element's key and begin synchronizing it to any other pages.
|
||||
|
||||
Reference in New Issue
Block a user