HTGS  v2.0
The Hybrid Task Graph Scheduler
PriorityBlockingQueue.hpp File Reference

Implements a thread-safe PriorityBlockingQueue. More...

#include <condition_variable>
#include <mutex>
#include <ostream>
#include <iostream>
#include <queue>
#include <htgs/api/IData.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  htgs::PriorityBlockingQueue< T >
 Creates a thread-safe priority queue that will wait when no data is available and can block if the queue is full. More...
 

Detailed Description

Implements a thread-safe PriorityBlockingQueue.

Author
Timothy Blattner
Date
Nov 16, 2015