Skip to content

[LockedUnboundedQueue] use a std::shared_mutex instead of std::mutex

Maxim Onciul requested to merge std_shared_mutex into master

This allows multiple readers to peek and bail out without taking an exclusive lock.

Merge request reports

Loading