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

Implements a thread-safe BlockingQueue. More...

#include <iostream>
#include <mutex>
#include <condition_variable>
#include <deque>
#include <queue>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Detailed Description

Implements a thread-safe BlockingQueue.

Author
Timothy Blattner
Date
Nov 16, 2015