forked from microsoft/cppwinrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Enhancement: Deprecate slim_lock_guard and slim_shared_lock_guard #25
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementAdjust existing featuresAdjust existing featuresexternalFix this issue may require improvements to external toolsFix this issue may require improvements to external toolshelp wantedExtra attention is neededExtra attention is needed
Description
Use std::lock_guard instead of the former, and rename the latter to shared_lock_guard. The impact is expected to be minimal.
Note that due to ABI limitations of the STL, slim_mutex and slim_condition_variable still need to be retained to provide efficient implementations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementAdjust existing featuresAdjust existing featuresexternalFix this issue may require improvements to external toolsFix this issue may require improvements to external toolshelp wantedExtra attention is neededExtra attention is needed