💡 comment clarification

This commit is contained in:
EntireTwix 2022-11-28 16:41:27 -08:00
parent 7387156d15
commit ab27971d8e

View file

@ -31,8 +31,8 @@ private:
static ChangeFlag<false> save_flag;
#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 unique if the operation is gonna user iterators
// 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 use user iterators
static std::shared_mutex iter_lock;
public: