Sirikata
Classes | Namespaces
libcore/include/sirikata/core/queue/ThreadSafeQueueWithNotification.hpp File Reference
#include "ThreadSafeQueue.hpp"
Include dependency graph for ThreadSafeQueueWithNotification.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::ThreadSafeQueueWithNotification< T >
 ThreadSafeQueueWithNotification is a ThreadSafeQueue that also allows the user to specify a notification callback which is invoked when an item is pushed on the queue, causing it to go from empty to non-empty (note that a notification is not (necessarily) generated for every single push). More...

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.