Thrill  0.1
concurrent_queue.hpp File Reference
#include <atomic>
#include <deque>
#include <mutex>
+ Include dependency graph for concurrent_queue.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConcurrentQueue< T, Allocator >
 This is a queue, similar to std::queue and tbb::concurrent_queue, except that it uses mutexes for synchronization. More...
 

Namespaces

 thrill
 
 thrill::common
 Contains many common tools and helpers shared by higher layers. See common.
 

Macros

#define THRILL_COMMON_CONCURRENT_QUEUE_HEADER
 

Macro Definition Documentation

◆ THRILL_COMMON_CONCURRENT_QUEUE_HEADER

#define THRILL_COMMON_CONCURRENT_QUEUE_HEADER

Definition at line 13 of file concurrent_queue.hpp.