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
I noticed the implementation only increments head/tail atomic size_t variables.
If head/tail reaches the max value of size_t and overflows, does the implementation still perform as expected?
The text was updated successfully, but these errors were encountered:
I noticed the implementation only increments head/tail atomic size_t variables.
If head/tail reaches the max value of size_t and overflows, does the implementation still perform as expected?
The text was updated successfully, but these errors were encountered: