Internal clean up for std::lock_guard<std::mutex>
Open
clean_up
- Dominant language
- C++
- Stars
- 4.1k
- Forks
- 639
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 8
Description
In Oboe, there are places declaring lock guard as `std::lock_guard`. It can by simplified as `std::lock_guard _l(mutex).`
Contributor guide
Assessment
This issue has not been assessed yet.