You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use increment_counter for atomic updates, rather than using locks. Can use increment! instead, since that's built on top of update_counters, which is what increment_counter is built of top of as well.
The text was updated successfully, but these errors were encountered:
We can use
increment_counter
for atomic updates, rather than using locks. Can useincrement!
instead, since that's built on top ofupdate_counters
, which is whatincrement_counter
is built of top of as well.The text was updated successfully, but these errors were encountered: