Updated comment

This commit is contained in:
William Katz 2021-04-19 22:42:59 -07:00 committed by GitHub
parent 516ef93d46
commit a96e26ff15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ private:
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;