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
The current tests check that try_lock exists, but they do not verify how it behaves.
It would be useful to test that the first call succeeds and a second call returns false while the mutex is already locked.
The current tests check that
try_lockexists, but they do not verify how it behaves.It would be useful to test that the first call succeeds and a second call returns false while the mutex is already locked.