#include <thrill/net/tcp/group.hpp>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
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) |
|
◆ THRILL_NET_TCP_CONSTRUCT_HEADER
#define THRILL_NET_TCP_CONSTRUCT_HEADER |