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
It'd be nice if FixedSizeQueue was thread safe, meaning it should have an internal mutex used to protect all API calls. This entails overriding all the base class API to that the mutex is always lock.
The text was updated successfully, but these errors were encountered:
It'd be nice if
FixedSizeQueue
was thread safe, meaning it should have an internal mutex used to protect all API calls. This entails overriding all the base class API to that the mutex is always lock.The text was updated successfully, but these errors were encountered: