Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
i4
manycore
emper
Merge requests
!100
[LockedUnboundedQueue] use a std::shared_mutex instead of std::mutex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Florian Fischer
requested to merge
aj46ezos/emper:std_shared_mutex
into
master
Feb 19, 2021
Overview
0
Commits
2
Pipelines
5
Changes
4
Expand
This allows multiple readers to peek and bail out without taking an exclusive lock.
Merge request reports