Thrill
0.1
|
#include <thrill/common/logger.hpp>
#include <thrill/net/group.hpp>
#include <thrill/net/tcp/connection.hpp>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Group |
Collection of NetConnections to workers, allows point-to-point client communication and simple collectives like MPI. More... | |
Namespaces | |
thrill | |
thrill::net | |
thrill::net::tcp | |
Macros | |
#define | THRILL_NET_TCP_GROUP_HEADER |