Skip to content
GitLab
Explore
Sign in
[LockedUnboundedQueue] use a std::shared_mutex instead of std::mutex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Maxim Onciul
requested to merge
std_shared_mutex
into
master
Feb 19, 2021
Overview
0
Commits
2
Pipelines
0
Changes
4
Expand
This allows multiple readers to peek and bail out without taking an exclusive lock.
Merge request reports
Loading