|
Thrill
0.1
|
#include <atomic>#include <chrono>#include <condition_variable>#include <mutex>#include <queue>
Include dependency graph for concurrent_bounded_queue.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ConcurrentBoundedQueue< T > |
| This is a queue, similar to std::queue and tbb::concurrent_bounded_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_BOUNDED_QUEUE_HEADER |
| #define THRILL_COMMON_CONCURRENT_BOUNDED_QUEUE_HEADER |
Definition at line 13 of file concurrent_bounded_queue.hpp.