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
In the current store implementation, why doesn't the thread have to verify that seq_ is an even value? If it doesn't, it seems that the value of seq_ can permanently stay odd if two threads call store concurrently. Maybe I am misunderstanding something.
The text was updated successfully, but these errors were encountered:
In the current store implementation, why doesn't the thread have to verify that seq_ is an even value? If it doesn't, it seems that the value of seq_ can permanently stay odd if two threads call store concurrently. Maybe I am misunderstanding something.
The text was updated successfully, but these errors were encountered: