[FEA] Standardize shared_mutex usage #1332
Labels
? - Needs Triage
Need team to review and classify
feature request
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
statistics_resource_adapter
contains twostd::shared_lock<std::shared_timed_mutex>
types that could instead bestd::shared_mutex
now that we require C++ 17.Describe the solution you'd like
We should audit the codebase for other instances of
std::shared_lock<std::shared_timed_mutex>
and make the necessary changes everywhere.The text was updated successfully, but these errors were encountered: