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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is a simple implementation of a two-level(low and high) priority mutex for C++. To incorporate, simply include the priorityMutex.hpp header.

License:MIT License


Languages

Language:C++ 100.0%