Skip to content

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

Florian Fischer requested to merge aj46ezos/emper:std_shared_mutex into master

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

Merge request reports