Skip to content

Internal clean up for std::lock_guard<std::mutex> #2239

@flamme

Description

@flamme

In Oboe, there are places declaring lock guard as std::lock_guard<std::mutex>. It can by simplified as std::lock_guard _l(mutex).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions