Thrill  0.1
construct.cpp File Reference
#include <thrill/net/tcp/connection.hpp>
#include <thrill/net/tcp/construct.hpp>
#include <thrill/net/tcp/group.hpp>
#include <thrill/net/tcp/select_dispatcher.hpp>
#include <tlx/die.hpp>
#include <deque>
#include <map>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for construct.cpp:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::net
 
 thrill::net::tcp
 

Functions

void Construct (SelectDispatcher &dispatcher, size_t my_rank, const std::vector< std::string > &endpoints, std::unique_ptr< Group > *groups, size_t group_count)
 
std::vector< std::unique_ptr< net::Group > > Construct (SelectDispatcher &dispatcher, size_t my_rank, const std::vector< std::string > &endpoints, size_t group_count)