/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.

Primary LanguageC++MIT LicenseMIT

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.
Inspired by ecatmur's answer on this thread.