RSC  0.16.0
SynchronizedQueue.h File Reference
#include <queue>
#include <boost/format.hpp>
#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include "InterruptedException.h"
#include "rsc/rscexports.h"
Include dependency graph for SynchronizedQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::threading::QueueEmptyException
 Indicates that a queue was empty while trying to pop an element from it. More...
 
class  rsc::threading::SynchronizedQueue< M >
 A queue with synchronized access and interruption support. More...
 

Namespaces

 rsc
 
 rsc::threading