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
std::sync::Mutex is not reentrant (you can't .lock a mutex if you already .locked it and haven't released the lock), but this behavior is not documented.