Thrill
0.1
|
#include <thrill/net/dispatcher.hpp>
#include <thrill/net/group.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Connection |
A virtual connection through the mock network: each Group has p Connections to its peers. More... | |
class | Dispatcher |
A virtual Dispatcher which waits for messages to arrive in the mock network. More... | |
class | Group |
The central object of a mock network: the Group containing links to other mock Group forming the network. More... | |
Namespaces | |
thrill | |
thrill::net | |
thrill::net::mock | |
Macros | |
#define | THRILL_NET_MOCK_GROUP_HEADER |