Fleet  0.0.9
Inference in the LOT
Classes
OrderedLock.h File Reference

A FIFO mutex (from stackoverflow) https://stackoverflow.com/questions/14792016/creating-a-lock-that-preserves-the-order-of-locking-attempts-in-c11. More...

#include <chrono>
#include <mutex>
#include <condition_variable>
#include <queue>
Include dependency graph for OrderedLock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OrderedLock
 

Detailed Description

A FIFO mutex (from stackoverflow) https://stackoverflow.com/questions/14792016/creating-a-lock-that-preserves-the-order-of-locking-attempts-in-c11.