Thrill  0.1
mix_stream.hpp File Reference
#include <thrill/data/mix_block_queue.hpp>
#include <thrill/data/stream.hpp>
#include <thrill/data/stream_sink.hpp>
#include <string>
#include <vector>
+ Include dependency graph for mix_stream.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MixStream
 Ownership handle onto a MixStream. More...
 
class  MixStreamData
 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_MIX_STREAM_HEADER
 

Typedefs

using MixStreamPtr = tlx::CountingPtr< MixStream >
 
using MixStreamSet = StreamSet< MixStreamData >
 
using MixStreamSetPtr = tlx::CountingPtr< MixStreamSet >
 

Macro Definition Documentation

◆ THRILL_DATA_MIX_STREAM_HEADER

#define THRILL_DATA_MIX_STREAM_HEADER

Definition at line 14 of file mix_stream.hpp.