HTGS
v2.0
The Hybrid Task Graph Scheduler
|
Implements a thread-safe PriorityBlockingQueue. More...
#include <condition_variable>
#include <mutex>
#include <ostream>
#include <iostream>
#include <queue>
#include <htgs/api/IData.hpp>
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... | |
Implements a thread-safe PriorityBlockingQueue.