mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 00:02:14 +11:00
💡 comment clarification
This commit is contained in:
parent
7387156d15
commit
ab27971d8e
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ private:
|
||||||
static ChangeFlag<false> save_flag;
|
static ChangeFlag<false> save_flag;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//must grab as shared if the operation is gonna modify "users"'s size or can be caught in a intermediary state such as SendFunds()
|
// must grab as shared if the operation is gonna modify "users"'s size or can be caught in a intermediary state such as SendFunds()
|
||||||
//must grab as unique if the operation is gonna user iterators
|
// must grab as unique if the operation is gonna use user iterators
|
||||||
static std::shared_mutex iter_lock;
|
static std::shared_mutex iter_lock;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue