Thrill
0.1
|
#include <atomic>
#include <deque>
#include <mutex>
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 |
#define THRILL_COMMON_CONCURRENT_QUEUE_HEADER |
Definition at line 13 of file concurrent_queue.hpp.