This is a simple implementation of a two-level(low and high) priority mutex for C++. To incorporate, simply include the priorityMutex.hpp header.
Inspired by ecatmur's answer on this thread.
sewenthy/priority_mutex
This is a simple implementation of a two-level(low and high) priority mutex for C++. To incorporate, simply include the priorityMutex.hpp header.
C++MIT