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
Do we need to support waiting on a lock until a condition variable is notified? Or do we just support the easy case and say if you're doing something fancy then you also use the more complex (ie std::mutex) api?