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 would find a shared lock useful, similar to c++'s std::shared_lock, which allows to acquire an exclusive lock as well as acquiring multiple shared locks concurrently.
I believe this can be implemented using two simple locks.
The text was updated successfully, but these errors were encountered:
I would find a shared lock useful, similar to c++'s
std::shared_lock
, which allows to acquire an exclusive lock as well as acquiring multiple shared locks concurrently.I believe this can be implemented using two simple locks.
The text was updated successfully, but these errors were encountered: