Thrill
0.1
|
#include <thrill/data/block_queue.hpp>
#include <thrill/data/cat_block_source.hpp>
#include <thrill/data/stream.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | CatStream |
Ownership handle onto a CatStreamData. More... | |
class | CatStreamData |
A Stream is a virtual set of connections to all other worker instances, hence a "Stream" bundles them to a logical communication context. More... | |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_CAT_STREAM_HEADER |
Typedefs | |
using | CatStreamDataPtr = tlx::CountingPtr< CatStreamData > |
using | CatStreamPtr = tlx::CountingPtr< CatStream > |
using | CatStreamSet = StreamSet< CatStreamData > |
using | CatStreamSetPtr = tlx::CountingPtr< CatStreamSet > |
#define THRILL_DATA_CAT_STREAM_HEADER |
Definition at line 14 of file cat_stream.hpp.