mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
Updated comment
This commit is contained in:
parent
516ef93d46
commit
a96e26ff15
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ private:
|
||||||
users;
|
users;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief size_lock should be grabbed if the operation MODIFIES the size (unique) or READS from the users where size changes could distort (shared)
|
* @brief size_lock should be grabbed if the operation MODIFIES the size (shared), this is so that when save claims unique
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
std::shared_mutex size_lock;
|
std::shared_mutex size_lock;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue